|
|
|
@ -69,9 +69,12 @@ output/chatbot.txt: ocr/output.txt ## Comments a text with a simple chatbot. Dep
|
|
|
|
|
cat $< | python3 src/textbotconversation.py $(@)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
output/n7.txt: ocr/output.txt ## DESCRIBE WHAT IT DOES. Dependencies: python3's chatterbot
|
|
|
|
|
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)
|
|
|
|
|