|
|
|
@ -1,20 +1,25 @@
|
|
|
|
|
# OuNuPo Make
|
|
|
|
|
Software experiments for the OuNuPo bookscanner. Part of Special Issue #5
|
|
|
|
|
Software experiments for the OuNuPo bookscanner, part of Special Issue 5
|
|
|
|
|
|
|
|
|
|
https://issue.xpub.nl/05/
|
|
|
|
|
|
|
|
|
|
https://xpub.nl/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
|
|
## Authors
|
|
|
|
|
#Angeliki Diakrousi
|
|
|
|
|
Natasha Berting, Angeliki Diakrousi, Joca van der Horst, Alexander Roidl, Alice Strete and Zalán Szakács.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Install
|
|
|
|
|
## Clone Repository
|
|
|
|
|
`git clone https://git.xpub.nl/repos/OuNuPo-make.git`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## General depencies
|
|
|
|
|
* Python3
|
|
|
|
|
* GNU make
|
|
|
|
|
* Python3 NLTK `how to install`
|
|
|
|
|
* Python3 NLTK `pip3 install nltk`
|
|
|
|
|
* NLTK English Corpus:
|
|
|
|
|
* run NLTK downloader `python -m nltk.downloader`
|
|
|
|
|
* select menu "Corpora"
|
|
|
|
@ -30,30 +35,24 @@ Description: Replaces every word with the 7th next word in a dictionary.
|
|
|
|
|
|
|
|
|
|
run: `make N+7`
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
Specific Dependencies:
|
|
|
|
|
* a
|
|
|
|
|
* b
|
|
|
|
|
* c
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## ttssr-human-only Angeliki
|
|
|
|
|
## Sitting inside a pocket(sphinx): Angeliki
|
|
|
|
|
Description: Speech recognition feedback loops using the first sentence of a scanned text as input
|
|
|
|
|
|
|
|
|
|
run: `make ttssr-human-only`
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
|
* python 3.3 -----> put in general dependencies (top)
|
|
|
|
|
* [pocketsphinx](https://github.com/bambocher/pocketsphinx-python) `sudo pip3 install pocketsphinx`
|
|
|
|
|
Specific Dependencies:
|
|
|
|
|
* [pocketsphinx](https://github.com/bambocher/pocketsphinx-python) `sudo pip3 install pocketsphinx` ---> FOLLOW THIS EXAMPLE
|
|
|
|
|
* SpeechRecognition 3.8.1
|
|
|
|
|
* PyAudio
|
|
|
|
|
|
|
|
|
|
install:
|
|
|
|
|
``
|
|
|
|
|
* PyAudio
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## tash
|
|
|
|
|
python -m nltk.downloader ---> dependencies
|
|
|
|
|
|
|
|
|
|