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
- Host: GitHub
- URL: https://github.com/olekscode/masterthesis
- Owner: olekscode
- License: mit
- Created: 2019-01-21T13:52:29.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-21T13:53:31.000Z (over 6 years ago)
- Last Synced: 2025-02-11T11:41:22.152Z (5 months ago)
- Topics: machine-learning, master-thesis, natural-language-processing, readability, software-naturalness
- Language: TeX
- Size: 2.09 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}
```