Added the description of my script

master
Alice 6 years ago
parent 9b29889b84
commit 6367c65a2b

@ -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 > $(@)

Loading…
Cancel
Save