@ -72,6 +71,7 @@ hocrs: ## hocr with tesseract and then change extension to .html
#OUTPUT GENERATION RECIPES
#OUTPUT GENERATION RECIPES
output/wordtagger/index.html:ocr/output.txt## Analyzes OCR'ed text using a Part of Speech (POS) tagger. Outputs a string of tags (e.g. nouns, verbs, adjectives, and adverbs). Dependencies: python3's nltk, jinja2
output/wordtagger/index.html:ocr/output.txt## Analyzes OCR'ed text using a Part of Speech (POS) tagger. Outputs a string of tags (e.g. nouns, verbs, adjectives, and adverbs). Dependencies: python3's nltk, jinja2
mkdir -p output/wordtagger
cp src/wordtagger/jquery.min.js output/wordtagger
cp src/wordtagger/jquery.min.js output/wordtagger
cp src/wordtagger/script.js output/wordtagger
cp src/wordtagger/script.js output/wordtagger
cp src/wordtagger/style.css output/wordtagger
cp src/wordtagger/style.css output/wordtagger
@ -117,5 +117,5 @@ tts: output/chatbot.txt ocr/output.txt ## text to speech. Dependencies: espea
ttssr-human-only:ocr/output.txt## Loop: text to speech-speech recognition. Dependencies: espeak, pocketsphinx
ttssr-human-only:ocr/output.txt## Loop: text to speech-speech recognition. Dependencies: espeak, pocketsphinx
bash src/ttssr-loop-human-only.sh ocr/output.txt
bash src/ttssr-loop-human-only.sh ocr/output.txt
chatbook:ocr/output.txt
chatbook:ocr/output.txt#chatbot based on the knowledge of the scans Dependencies: nltk_rake, irc, nltk