|
|
|
# OuNuPo Make
|
|
|
|
Software experiments for the OuNuPo bookscanner. Part of Special Issue #5
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
## Authors
|
|
|
|
#Angeliki Diakrousi
|
|
|
|
|
|
|
|
|
|
|
|
## Install
|
|
|
|
`git clone https://git.xpub.nl/repos/OuNuPo-make.git`
|
|
|
|
|
|
|
|
|
|
|
|
## General depencies
|
|
|
|
* Python3
|
|
|
|
* GNU make
|
|
|
|
* Python3 NLTK `how to install`
|
|
|
|
* NLTK English Corpus:
|
|
|
|
* run NLTK downloader `python -m nltk.downloader`
|
|
|
|
* select menu "Corpora"
|
|
|
|
* select "stopwords"
|
|
|
|
* "Dowload"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Make commands
|
|
|
|
|
|
|
|
## N+7 (example) Author
|
|
|
|
Description: Replaces every word with the 7th next word in a dictionary.
|
|
|
|
|
|
|
|
run: `make N+7`
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
* a
|
|
|
|
* b
|
|
|
|
* c
|
|
|
|
|
|
|
|
|
|
|
|
## ttssr-human-only 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`
|
|
|
|
* SpeechRecognition 3.8.1
|
|
|
|
* PyAudio
|
|
|
|
|
|
|
|
install:
|
|
|
|
``
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## tash
|
|
|
|
python -m nltk.downloader ---> dependencies
|
|
|
|
|