lschmelzeisen / bachelor-thesis

LaTeX source of my bachelor thesis “Fast and Non-Approximative Language Model Prefixqueries for Word Prediction using Top-k Joining Techniques”.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the repository of the source code for the text of the bachelor thesis of Lukas Schmelzeisen. The code of the toolkit used for evaluation can be found at: https://github.com/renepickhardt/generalized-language-modeling-toolkit

To build this execute:

latexmk -pdf thesis

If you don't have latexmk you can also do:

pdflatex thesis
biber thesis
pdflatex thesis  # repeat this until LaTeX no longer ask you to rebuilt.

About

LaTeX source of my bachelor thesis “Fast and Non-Approximative Language Model Prefixqueries for Word Prediction using Top-k Joining Techniques”.


Languages

Language:TeX 87.2%Language:PostScript 12.8%