An open API service indexing awesome lists of open source software.

https://github.com/olekscode/masterthesis

A copy of my Master's thesis migrated from Inria's GitLab
https://github.com/olekscode/masterthesis

machine-learning master-thesis natural-language-processing readability software-naturalness

Last synced: 3 months ago
JSON representation

A copy of my Master's thesis migrated from Inria's GitLab

Awesome Lists containing this project

README

        

# MasterThesis

To compile PDF run `make`, to remove auxilary files run `make clean`. The compiled PDF will be stored in `build/` folder
```
make
make clean
```
To add a comment anywhere in the text, use the following commands: `\ab{Comment}` for Alexandre Bergel, `\sd{Comment}` for Stephane Ducasse, `\oz{Comment}` for Oleksandr Zaitsev. You can define commands for other names in `src/main.tex`.
```LaTeX
\ab{Do this}
\sd{And that}
\oz{OK}
```