From bf80ff5c1606b93b1254705d741a79538552b5d9 Mon Sep 17 00:00:00 2001 From: Alice Date: Tue, 20 Mar 2018 14:17:34 +0100 Subject: [PATCH] Added carlandre.py --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e57d41a..abb608e 100644 --- a/Makefile +++ b/Makefile @@ -68,6 +68,9 @@ output/chatbot.txt: ocr/output.txt ## Comments a text with a simple chatbot. Dep output/n7.txt: ocr/output.txt ## Replaces nouns with the 7th noun that follows. Dependencies: 91k_nouns cat $< | python3 src/n_7.py > $(@) +output/carlandre.txt: ocr/output.txt ## Creates visual poetry out of a text. + cat $< | python3 src/carlandre.py > $(@) + visualization: $(images) $(tmpfile) ##Creates data visualization from images/*.jpg. Dependencies: mplayer @echo $(tmpfile) @@ -88,4 +91,4 @@ tts: output/chatbot.txt ocr/output.txt ## text to speech. Dependencies: espea ttssr-human-only: ocr/output.txt ## Loop: text to speech-speech recognition. Dependencies: espeak, pocketsphinx - bash src/ttssr-loop-human-only.sh ocr/output.txt \ No newline at end of file + bash src/ttssr-loop-human-only.sh ocr/output.txt