Commit 2e5e2974 authored by SohanDanushka's avatar SohanDanushka

Committing - Lecturer audio data analysis verifying the keywords

parent 36fd2196
...@@ -549,10 +549,6 @@ ...@@ -549,10 +549,6 @@
</tbody> </tbody>
</table> </table>
<!--button -->
{# <div class="float-right">#}
{# <button type="button" class="btn btn-outline-primary m-3" id="summary_btn">View More</button>#}
{# </div>#}
<div class="float-right"> <div class="float-right">
<button type="button" class="btn btn-outline-primary m-3" id="summary_btn">View More <button type="button" class="btn btn-outline-primary m-3" id="summary_btn">View More
......
...@@ -95,10 +95,17 @@ ...@@ -95,10 +95,17 @@
<div class="chart-pie pt-4 pb-2"> <div class="chart-pie pt-4 pb-2">
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
<tr>
<h5> The system will be using the following <b>Extraneous words</b> in order to process the lecturer audio. </h5>
</tr>
</thead> </thead>
<tbody> <tbody>
<tr>
<td >
<h6> <b>ok, well, like, Actually, Basically, that, jest, only, really, very, now, simply, maybe, perhaps, somehow, almost, slightly, seemed, </b> .....</h6>
</td>
</tr>
</tbody> </tbody>
</table> </table>
...@@ -121,9 +128,16 @@ ...@@ -121,9 +128,16 @@
<table class="table table-striped"> <table class="table table-striped">
<thead> <thead>
<h5> The system will be using the following <b>Non-Lexical words</b> in order to process the lecturer audio. </h5>
</thead> </thead>
<tbody> <tbody>
<tr>
<td>
<h6> <b>um, uh, erm, hmm, uuh, er, </b> .... </h6>
</td>
</tr>
</tbody> </tbody>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment