This repository contains the sources of the slides of some of the classes of the LEPL1503 course given at UCLouvain.
You can visualize the slide through this link. In order to turn on the presentation mode, enter present() in the JavaScript console of your browser (e.g. open it with Ctrl+Shift+I on Firefox).
| Semaine | Lundi | Objectif | Cours Vendredi | Deadlines |
|---|---|---|---|---|
| S1 | 02/02 | TP1 | Cours1 | |
| S2 | 09/02 | TP2 | Cours1/Cours2 | |
| S3 | 16/02 | TP3 | ||
| S4 | 23/02 | TP4 | ||
| S5 | 02/03 | Détection des mots incorrects | Cours2/Cours3 | |
| S6 | 09/03 | Correction mots incorrects | ||
| S7 | 16/03 | Détection de la langue | Cours4 | Vendredi 18h: Projet (partie 1) |
| S8 | 23/03 | TP5 Lecture/Écriture des fichiers | Cours3 | Vendredi 18h: Peer Reviews + Evaluation de la dynamique de groupe (Dynamo) |
| S9 | 30/03 | TP6 Parallélisation | Entretiens Dynamo | |
| S10 | 06/04 | Parallélisation | Cours5 | |
| S11 | 13/04 | Optimisations | ||
| 🥚 | 🥚 | 🐰 | ||
| 🥚 | 🥚 | 🐰 | ||
| S12 | 04/05 | Dernières modifications | Vendredi 18h: Projet (code et README) | |
| S13 | 11/05 | Présentation orale | Slides à rendre pour la veille de l'oral à 18h |
In order to run the notebooks locally, launch Julia an do
julia> import Pkg
julia> Pkg.activate(".") # Change "." by the path to the folder where this repository was cloned if it's not the current working directory
julia> Pkg.instantiate()
julia> using Pluto
┌ Info:
│ Welcome to Pluto v0.20.4 🎈
│ Start a notebook server using:
│
│ julia> Pluto.run()
│
│ Have a look at the FAQ:
│ https://github.com/fonsp/Pluto.jl/wiki
└
julia> Pluto.run()
[ Info: Loading...
┌ Info:
└ Opening http://localhost:1236/?secret=nUTZH3vG in your default browser... ~ have fun!
┌ Info:
│ Press Ctrl+C in this terminal to stop Pluto
└