|
|
@ -64,7 +64,7 @@ output/chatbot.txt: ocr/output.txt ## DESCRIBE WHAT IT DOES. Dependencies: pytho
|
|
|
|
cat $< | python3 src/textbotconversation.py $(@)
|
|
|
|
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 > $(@)
|
|
|
|
cat $< | python3 src/n_7.py > $(@)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|