diff --git a/Makefile b/Makefile index 17be5f9..5120a96 100644 --- a/Makefile +++ b/Makefile @@ -64,7 +64,7 @@ output/chatbot.txt: ocr/output.txt ## DESCRIBE WHAT IT DOES. Dependencies: pytho 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 > $(@)