From 704aabafbf37079678b5c9146ec46c0e5dbcd2e3 Mon Sep 17 00:00:00 2001 From: Alice Date: Fri, 23 Feb 2018 15:30:33 +0100 Subject: [PATCH] added my recipe in makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 76d79d2..fc21dcd 100644 --- a/Makefile +++ b/Makefile @@ -36,6 +36,9 @@ myscript: tesseract wordtagger: tesseract cat output/plain.txt | python3 src/wordtagger.py > output/tagged-words.txt +n+7: tesseract + cat output/plain.txt | python3 src/n_7.py > output/blah.txt + visualization: $(images) $(tmpfile) #requires mplayer @echo $(tmpfile) for i in $(images); do \