|
|
@ -34,8 +34,8 @@ myscript: tesseract
|
|
|
|
cat output/plain.txt | python3 src/myscript.py > output/a-new-file.txt
|
|
|
|
cat output/plain.txt | python3 src/myscript.py > output/a-new-file.txt
|
|
|
|
|
|
|
|
|
|
|
|
wordtagger: tesseract
|
|
|
|
wordtagger: tesseract
|
|
|
|
cat output/plain.txt | python3 src/wordtagger.py > output/tagged-words.txt
|
|
|
|
cat output/plain.txt | python3 src/wordtagger.py > output/tagged-words.txt | cat output/tagged-words.txt | espeak
|
|
|
|
|
|
|
|
|
|
|
|
talktochatbot: tesseract
|
|
|
|
talktochatbot: tesseract
|
|
|
|
cat output/plain.txt | python3 src/textbotconversation.py
|
|
|
|
cat output/plain.txt | python3 src/textbotconversation.py
|
|
|
|
|
|
|
|
|
|
|
|