From 8bc38f9ac30f1c93bbc6a235a7f842e53c1f630f Mon Sep 17 00:00:00 2001 From: ange Date: Fri, 23 Mar 2018 16:48:47 +0100 Subject: [PATCH] Changes in ttssr makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 235edad..a09eb64 100644 --- a/Makefile +++ b/Makefile @@ -117,7 +117,7 @@ endif ttssr-human-only: ocr/output.txt ## Loop: text to speech-speech recognition. Dependencies: espeak, pocketsphinx - bash src/ttssr/ttssr-loop-human-only.sh ocr/output.txt + bash src/ttssr-loop-human-only.sh ocr/output.txt chatbook: ocr/output.txt #chatbot based on the knowledge of the scans Dependencies: nltk_rake, irc, nltk python3 src/chatbook.py