|
|
|
@ -7,8 +7,7 @@ https://xpub.nl/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Licenses
|
|
|
|
|
© 2018 WTFPL – Do What the Fuck You Want to Public License
|
|
|
|
|
© 2018 BSD 3-Clause – Berkeley Software Distribution
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Authors
|
|
|
|
|
Natasha Berting, Angeliki Diakrousi, Joca van der Horst, Alexander Roidl, Alice Strete and Zalán Szakács.
|
|
|
|
@ -43,7 +42,6 @@ Description: Speech recognition feedback loops using the first sentence of a sca
|
|
|
|
|
run: `make ttssr-human-only`
|
|
|
|
|
|
|
|
|
|
Specific Dependencies:
|
|
|
|
|
|
|
|
|
|
* PocketSphinx package `sudo aptitude install pocketsphinx pocketsphinx-en-us`
|
|
|
|
|
* PocketSphinx: `sudo pip3 install PocketSphinx`
|
|
|
|
|
* Python Libaries:`sudo apt-get install gcc automake autoconf libtool bison swig python-dev libpulse-dev`
|
|
|
|
@ -51,6 +49,10 @@ Specific Dependencies:
|
|
|
|
|
* TermColor: `sudo pip3 install termcolor`
|
|
|
|
|
* PyAudio: `pip3 install pyaudio`
|
|
|
|
|
|
|
|
|
|
Licenses:
|
|
|
|
|
© 2018 WTFPL – Do What the Fuck You Want to Public License.
|
|
|
|
|
© 2018 BSD 3-Clause – Berkeley Software Distribution
|
|
|
|
|
|
|
|
|
|
## Reading the Structure: Joca
|
|
|
|
|
Description: Uses OCR'ed text as an input, labels each word for Part-of-Speech, stopwords and sentiment. Then it generates a reading interface
|
|
|
|
|
where words with a specific label are hidden. Output can be saved as poster, or exported as json featuring the full data set.
|
|
|
|
|