Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
2020-101
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sachith Fernando
2020-101
Commits
2e5e2974
Commit
2e5e2974
authored
Nov 05, 2020
by
SohanDanushka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Committing - Lecturer audio data analysis verifying the keywords
parent
36fd2196
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
5 deletions
+15
-5
MonitorLecturerApp/templates/MonitorLecturerApp/index.html
MonitorLecturerApp/templates/MonitorLecturerApp/index.html
+0
-4
MonitorLecturerApp/templates/MonitorLecturerApp/lecVideo.html
...torLecturerApp/templates/MonitorLecturerApp/lecVideo.html
+15
-1
No files found.
MonitorLecturerApp/templates/MonitorLecturerApp/index.html
View file @
2e5e2974
...
...
@@ -549,10 +549,6 @@
</tbody>
</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"
>
<button
type=
"button"
class=
"btn btn-outline-primary m-3"
id=
"summary_btn"
>
View More
...
...
MonitorLecturerApp/templates/MonitorLecturerApp/lecVideo.html
View file @
2e5e2974
...
...
@@ -95,10 +95,17 @@
<div
class=
"chart-pie pt-4 pb-2"
>
<table
class=
"table table-striped"
>
<thead>
<tr>
<h5>
The system will be using the following
<b>
Extraneous words
</b>
in order to process the lecturer audio.
</h5>
</tr>
</thead>
<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>
</table>
...
...
@@ -121,9 +128,16 @@
<table
class=
"table table-striped"
>
<thead>
<h5>
The system will be using the following
<b>
Non-Lexical words
</b>
in order to process the lecturer audio.
</h5>
</thead>
<tbody>
<tr>
<td>
<h6>
<b>
um, uh, erm, hmm, uuh, er,
</b>
....
</h6>
</td>
</tr>
</tbody>
</table>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment