diff --git a/1_pythoning/1-2_NLTKing.py b/1_pythoning/1-2_NLTKing.py index fd8e3f2..2cd8101 100644 --- a/1_pythoning/1-2_NLTKing.py +++ b/1_pythoning/1-2_NLTKing.py @@ -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! @@ -87,7 +87,7 @@ for e in pos: # e is the current element, pos is the a html += " .
\n" else: # fill the html with each word and assign it as class its POS - html += " "+e[0]+"\n" + html += " "+e[0]+" \n" # Close the html text diff --git a/1_pythoning/3_imageScraping.py b/1_pythoning/3_imageScraping.py index d51550d..8aa83bc 100644 --- a/1_pythoning/3_imageScraping.py +++ b/1_pythoning/3_imageScraping.py @@ -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! diff --git a/1_pythoning/bonus_imageDownloader.py b/1_pythoning/bonus_imageDownloader.py index 39a1a15..ca3a055 100644 --- a/1_pythoning/bonus_imageDownloader.py +++ b/1_pythoning/bonus_imageDownloader.py @@ -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! diff --git a/2_layout/1.html b/2_layout/1.html index c28d238..12587e6 100644 --- a/2_layout/1.html +++ b/2_layout/1.html @@ -2,148 +2,148 @@ - - + + 📡 💻📘 - 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 - do - n't - just - .
- I - 'm - just - thinking - it - 's - not - the - centres - do - n'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 - .
- + 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 + do + n't + just + .
+ I + 'm + just + thinking + it + 's + not + the + centres + do + n'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 + .
+ \ No newline at end of file diff --git a/2_layout/2.html b/2_layout/2.html index d09e046..c22bdb1 100644 --- a/2_layout/2.html +++ b/2_layout/2.html @@ -2,148 +2,148 @@ - - + + 📡 💻📘 - 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 - do - n't - just - .
- I - 'm - just - thinking - it - 's - not - the - centres - do - n'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 - .
- + 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 + do + n't + just + .
+ I + 'm + just + thinking + it + 's + not + the + centres + do + n'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 + .
+ \ No newline at end of file diff --git a/2_layout/speech.txt b/2_layout/speech.txt deleted file mode 100644 index f683a1f..0000000 --- a/2_layout/speech.txt +++ /dev/null @@ -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 - \ No newline at end of file diff --git a/2_layout/styles/1.css b/2_layout/styles/1.css index 6d17a80..d0b6753 100644 --- a/2_layout/styles/1.css +++ b/2_layout/styles/1.css @@ -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