├── .gitignore ├── 2017_fntir_tm_applications.tex ├── Author_Instructions.pdf ├── INRLaTeXInstructionsAndStyles ├── essence_logo.eps ├── essence_logo.pdf ├── frontmatter.tex ├── now.cls ├── now_logo.eps ├── now_logo.pdf ├── sample.bib ├── sample.pdf └── sample.tex ├── LICENSE ├── Makefile ├── README.md ├── bib ├── alison.bib ├── clean.bib ├── jbg.bib └── journal-full.bib ├── chapters ├── building.tex ├── conclusion.tex ├── css.tex ├── fiction.tex ├── introduction.tex ├── ir.tex ├── multi_ling.tex ├── nonfiction.tex ├── science.tex └── viz.tex ├── essence_logo.pdf ├── figures ├── correlations_tree-crop.pdf ├── dirichlet.graffle │ ├── data.plist │ └── image1.tiff ├── dirichlet.pdf ├── ideology_topics_vert.pdf ├── lda_plate.graffle ├── lda_plate.pdf ├── matrix_factorization.pdf ├── objective_functions.graffle │ ├── data.plist │ └── image1.pdf ├── objective_functions.pdf ├── ptm-simplified.pdf ├── ptm.pdf ├── sci_faking.png ├── sci_gs.pdf ├── slda.png ├── topic_in_a_box_20.pdf ├── viz_llda.png ├── viz_termite.png ├── viz_tmve.png └── wordcloud_20.pdf ├── frontmatter.tex ├── now.cls ├── now_logo.png ├── reviews ├── 1.pdf ├── 1.txt ├── 2.txt ├── 2017_fntir_tm_applications-AHChecked.pdf └── 3.txt ├── simsun.ttc └── todo.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/.gitignore -------------------------------------------------------------------------------- /2017_fntir_tm_applications.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/2017_fntir_tm_applications.tex -------------------------------------------------------------------------------- /Author_Instructions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/Author_Instructions.pdf -------------------------------------------------------------------------------- /INRLaTeXInstructionsAndStyles/essence_logo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/INRLaTeXInstructionsAndStyles/essence_logo.eps -------------------------------------------------------------------------------- /INRLaTeXInstructionsAndStyles/essence_logo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/INRLaTeXInstructionsAndStyles/essence_logo.pdf -------------------------------------------------------------------------------- /INRLaTeXInstructionsAndStyles/frontmatter.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/INRLaTeXInstructionsAndStyles/frontmatter.tex -------------------------------------------------------------------------------- /INRLaTeXInstructionsAndStyles/now.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/INRLaTeXInstructionsAndStyles/now.cls -------------------------------------------------------------------------------- /INRLaTeXInstructionsAndStyles/now_logo.eps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/INRLaTeXInstructionsAndStyles/now_logo.eps -------------------------------------------------------------------------------- /INRLaTeXInstructionsAndStyles/now_logo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/INRLaTeXInstructionsAndStyles/now_logo.pdf -------------------------------------------------------------------------------- /INRLaTeXInstructionsAndStyles/sample.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/INRLaTeXInstructionsAndStyles/sample.bib -------------------------------------------------------------------------------- /INRLaTeXInstructionsAndStyles/sample.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/INRLaTeXInstructionsAndStyles/sample.pdf -------------------------------------------------------------------------------- /INRLaTeXInstructionsAndStyles/sample.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/INRLaTeXInstructionsAndStyles/sample.tex -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/README.md -------------------------------------------------------------------------------- /bib/alison.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/bib/alison.bib -------------------------------------------------------------------------------- /bib/clean.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/bib/clean.bib -------------------------------------------------------------------------------- /bib/jbg.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/bib/jbg.bib -------------------------------------------------------------------------------- /bib/journal-full.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/bib/journal-full.bib -------------------------------------------------------------------------------- /chapters/building.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/chapters/building.tex -------------------------------------------------------------------------------- /chapters/conclusion.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/chapters/conclusion.tex -------------------------------------------------------------------------------- /chapters/css.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/chapters/css.tex -------------------------------------------------------------------------------- /chapters/fiction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/chapters/fiction.tex -------------------------------------------------------------------------------- /chapters/introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/chapters/introduction.tex -------------------------------------------------------------------------------- /chapters/ir.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/chapters/ir.tex -------------------------------------------------------------------------------- /chapters/multi_ling.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/chapters/multi_ling.tex -------------------------------------------------------------------------------- /chapters/nonfiction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/chapters/nonfiction.tex -------------------------------------------------------------------------------- /chapters/science.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/chapters/science.tex -------------------------------------------------------------------------------- /chapters/viz.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/chapters/viz.tex -------------------------------------------------------------------------------- /essence_logo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/essence_logo.pdf -------------------------------------------------------------------------------- /figures/correlations_tree-crop.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/correlations_tree-crop.pdf -------------------------------------------------------------------------------- /figures/dirichlet.graffle/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/dirichlet.graffle/data.plist -------------------------------------------------------------------------------- /figures/dirichlet.graffle/image1.tiff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/dirichlet.graffle/image1.tiff -------------------------------------------------------------------------------- /figures/dirichlet.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/dirichlet.pdf -------------------------------------------------------------------------------- /figures/ideology_topics_vert.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/ideology_topics_vert.pdf -------------------------------------------------------------------------------- /figures/lda_plate.graffle: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/lda_plate.graffle -------------------------------------------------------------------------------- /figures/lda_plate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/lda_plate.pdf -------------------------------------------------------------------------------- /figures/matrix_factorization.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/matrix_factorization.pdf -------------------------------------------------------------------------------- /figures/objective_functions.graffle/data.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/objective_functions.graffle/data.plist -------------------------------------------------------------------------------- /figures/objective_functions.graffle/image1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/objective_functions.graffle/image1.pdf -------------------------------------------------------------------------------- /figures/objective_functions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/objective_functions.pdf -------------------------------------------------------------------------------- /figures/ptm-simplified.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/ptm-simplified.pdf -------------------------------------------------------------------------------- /figures/ptm.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/ptm.pdf -------------------------------------------------------------------------------- /figures/sci_faking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/sci_faking.png -------------------------------------------------------------------------------- /figures/sci_gs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/sci_gs.pdf -------------------------------------------------------------------------------- /figures/slda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/slda.png -------------------------------------------------------------------------------- /figures/topic_in_a_box_20.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/topic_in_a_box_20.pdf -------------------------------------------------------------------------------- /figures/viz_llda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/viz_llda.png -------------------------------------------------------------------------------- /figures/viz_termite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/viz_termite.png -------------------------------------------------------------------------------- /figures/viz_tmve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/viz_tmve.png -------------------------------------------------------------------------------- /figures/wordcloud_20.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/figures/wordcloud_20.pdf -------------------------------------------------------------------------------- /frontmatter.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/frontmatter.tex -------------------------------------------------------------------------------- /now.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/now.cls -------------------------------------------------------------------------------- /now_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/now_logo.png -------------------------------------------------------------------------------- /reviews/1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/reviews/1.pdf -------------------------------------------------------------------------------- /reviews/1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/reviews/1.txt -------------------------------------------------------------------------------- /reviews/2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/reviews/2.txt -------------------------------------------------------------------------------- /reviews/2017_fntir_tm_applications-AHChecked.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/reviews/2017_fntir_tm_applications-AHChecked.pdf -------------------------------------------------------------------------------- /reviews/3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/reviews/3.txt -------------------------------------------------------------------------------- /simsun.ttc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/simsun.ttc -------------------------------------------------------------------------------- /todo.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezubaric/TM_applications_book/HEAD/todo.txt --------------------------------------------------------------------------------