master
funix 3 years ago
parent 23ae7eb5fa
commit a98e3b50e0

@ -19,7 +19,7 @@ import nltk # to use NLTK
# Open the speech-to-text result :: downloaded from the web interface >>
with open('speech.txt','r') as speech: # let's import the text
with open('../speech.txt','r') as speech: # let's import the text
text = speech.read() # and make python read it :)
print(text) # print it!

@ -9,7 +9,7 @@ from duckduckgo_images_api import search # import the library for scrape
import time # to create delays :: for having a few seconds to check the console
with open('speech.txt','r') as speech: # let's import the text
with open('../speech.txt','r') as speech: # let's import the text
qq = speech.readlines() # and split it in lines, it will create an array, a list
print(qq) # print the array!

@ -45,7 +45,7 @@ html = '''
# Open the speech-to-text result :: downloaded from the web interface >>
with open('speech.txt','r') as speech: # let's import the text
with open('../speech.txt','r') as speech: # let's import the text
qq = speech.readlines() # and split it in lines, it will create an array, a list
print(qq) # print the array!

@ -2,8 +2,8 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../pagedjs_files/interface.css">
<script src="../pagedjs_files/paged.polyfill.js"></script>
<link rel="stylesheet" href="./pagedjs_files/interface.css">
<script src="./pagedjs_files/paged.polyfill.js"></script>
<link rel="stylesheet" href="./styles/1.css">
<meta charset="utf-8"/>
<title>📡 💻📘</title>

@ -2,8 +2,8 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="..clea/pagedjs_files/interface.css">
<script src="../pagedjs_files/paged.polyfill.js"></script>
<link rel="stylesheet" href="./pagedjs_files/interface.css">
<script src="./pagedjs_files/paged.polyfill.js"></script>
<link rel="stylesheet" href="./styles/2.css">
<meta charset="utf-8"/>
<title>📡 💻📘</title>

@ -1,18 +0,0 @@
ok let's talk in English for awhile what are we eating
or not so it is starting again
ok navigate
you need to rest sometimes
also implemented that implementing
he's a sentence and we are not interested
remember
so basically sentence
where is to go a couple and then you put the adult
a bit easier to understand
actually maybe people just don't just
I'm just thinking it's not the centres don't put the dot and just put a couple
because then
they are talking they are a booklet but they are not writing
so it is just fine
so are you done
and now is f***** up
<span class="interim"></span>

@ -23,26 +23,21 @@
/* Custom variables */
:root{
--text: rgba(0,0,0,0.3)
}
body{
font-size: 2vw;
font-size: 24px;
line-height: 25px;
text-align: justify;
text-justify: inter-word;
line-height: 1.8vw;
color: rgb(0,0,0)
}
span{
color: rgba(0,0,0,0.5)
color: var(--text)
}
/* .dot{
color: black;
} */
span.CC{
background-color:#333300

Loading…
Cancel
Save