nlp_a2019_tp3/Makefile

7 lines
514 B
Makefile
Raw Normal View History

2019-12-28 05:35:13 +00:00
build: rapport.md analyse_articles.ipynb commentaires.ipynb textes_articles.ipynb traitement_articles.ipynb traitement_commentaires.ipynb
pandoc --filter=pandoc-citeproc --dpi=180 -f markdown+raw_tex+latex_macros rapport.md -o rapport.pdf
2019-12-28 05:35:13 +00:00
jupyter nbconvert --to script analyse_articles.ipynb
jupyter nbconvert --to script commentaires.ipynb
jupyter nbconvert --to script textes_articles.ipynb
jupyter nbconvert --to script traitement_articles.ipynb
jupyter nbconvert --to script traitement_commentaires.ipynb