Skip to content

Commit

Permalink
edition 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kariminf committed May 19, 2022
1 parent 3204804 commit 28bbc4f
Show file tree
Hide file tree
Showing 8 changed files with 234 additions and 69 deletions.
2 changes: 1 addition & 1 deletion cours/copyright.tex
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ \chapter*{Copyright}
École nationale Supérieure d'Informatique (ESI), Alger \\
\textbf{Support de cours} \\[1cm]
{\Large AUTEUR}\\[.5cm]
{\LARGE\bfseries ARIES Abdelkrim}\\
{\LARGE\bfseries ARIES Abdelkrime}\\
Laboratoire de la Communication dans les Systèmes Informatiques (LCSI)
\end{center}

Expand Down
53 changes: 52 additions & 1 deletion cours/taln.tex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
%opening
\title{Traitement automatique du langage naturel}

\author{ARIES Abdelkrim}
\author{ARIES Abdelkrime}
\cover{../img/cover.jpg}
\license{../img/licence/cc-by.png}

Expand Down Expand Up @@ -92,4 +92,55 @@
\end{center}
\vspace*{\fill}




%==============================================
% A PROPOS
%==============================================
\newpage
\pagestyle{empty}

%\vspace*{\fill}
\begin{tcolorbox}[colback=cyan,
colframe=cyan,
arc=0pt,outer arc=0pt,
valign=top,
halign=center,
width=\textwidth]

\color{white}
\bfseries\LARGE A propos de l'auteur

\end{tcolorbox}\vspace{-.5cm}
\begin{tcolorbox}[colback=my-grey,
colframe=my-grey,
center, arc=0pt,outer arc=0pt,
valign=top,
halign=flush left,
width=\textwidth]

\begin{minipage}[t]{0.15\textwidth}
\includegraphics[width=\textwidth]{../img/aak.jpg}
\end{minipage}
\begin{minipage}[t]{0.01\textwidth}
\end{minipage}
\begin{minipage}[t]{0.80\textwidth}
\normalsize\vspace*{-0.2\textwidth}
\textbf{ARIES Abdelkrime} est un enseignant à l'école nationale supérieure d'informatique (ESI), Alger depuis 2013.
Son centre d'intérêt est l'intelligence artificielle en général et le traitement du langage naturel en particulier.
Il est passionné par les logiciels open sources (\url{https://github.com/kariminf}).

Il a pris son diplôme de Docteur en science en informatique à l'ESI en octobre 2020.
Il a obtenu son diplôme de Magister en informatique, option : informatique répartie et mobile, à l'ESI en juin 2013.
Le sujet des deux diplômes était la proposition d'une méthode de résumé automatique multilingue.
Il a obtenu son diplôme d'Ingénieur d'état en génie informatique, option : systèmes d'information avancés à l'université de Jijel.
Son projet était le développement d'un système de reconnaissance de l'écriture manuscrite arabe en utilisant les architectures multi-agents.

\end{minipage}


\end{tcolorbox}
%\vspace*{\fill}

\end{document}
Binary file added img/aak.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
25 changes: 22 additions & 3 deletions pres/TALN01C-introduction.tex
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ \subsection{Phonétique, phonologie et orthographe}
\end{minipage}
\begin{minipage}{0.48\textwidth}
\begin{figure}
\hgraphpage{oraltract_.pdf}\caption{Voie orale \cite{2009-ball}}
\hgraphpage{oraltract.pdf}\caption{Voie orale \cite{2009-ball}}
\end{figure}
\end{minipage}

Expand Down Expand Up @@ -568,7 +568,7 @@ \subsection{Morphologie et syntaxe}
\end{itemize}

\begin{figure}
\hgraphpage{gram-dep_.pdf}
\hgraphpage{gram-dep2_.pdf}
\caption{Un exemple de dépendances généré par \url{https://corenlp.run/}}
\end{figure}

Expand Down Expand Up @@ -697,7 +697,26 @@ \subsection{Sémantique}
\end{minipage}
\begin{minipage}{0.48\textwidth}
\begin{figure}
\hgraphpage{sem-logique_.pdf}
\tiny\bfseries
\begin{tabular}{rcl}
\hline\hline
Formula & \textrightarrow & AtomicFormula \\
& \textbar & Formula Connective Formula \\
& \textbar & Quantifier Variable, ... Formula \\
& \textbar & $\textlnot$ Formula \\
& \textbar & (Formula) \\
AtomicFormula & \textrightarrow & Predicate (Term, ...) \\
Term & \textrightarrow & Function(Term, ...) \\
& \textbar & Constant \\
& \textbar & Variable \\
Connective & \textrightarrow & $\wedge$ \textbar $\vee$ \textbar $\Rightarrow$ \\
Quantifier & \textrightarrow & $\forall$ \textbar $\exists$ \\
Constant & \textrightarrow & ESI \textbar Karim \textbar Algérie ...\\
Variable & \textrightarrow & x \textbar y \textbar ... \\
Predicate & \textrightarrow & Ecole \textbar EnseignatA \textbar Utiliser \textbar ... \\
Function & \textrightarrow & EmplacementDe \textbar ... \\
\hline\hline
\end{tabular}
\caption{Une syntaxe adaptée de \cite{2002-russell-norvig} décrivant la représentation du logique du premier ordre \cite{2019-jurafsky-martin}}
\end{figure}
\end{minipage}
Expand Down
4 changes: 2 additions & 2 deletions pres/TALN04C-pos.tex
Original file line number Diff line number Diff line change
Expand Up @@ -120,13 +120,13 @@ \subsection{Applications}

\begin{figure}
\centering
\hgraphpage{exp-ner_.pdf}
\hgraphpage{exp-ner2_.pdf}
\caption{Un exemple de la reconnaissance d'entités nommées [\url{https://corenlp.run/}]}
\end{figure}

\begin{figure}
\centering
\hgraphpage{exp-pos_.pdf}
\hgraphpage{exp-pos2_.pdf}
\caption{Un exemple d'étiquetage morpho-syntaxique [\url{https://corenlp.run/}]}
\end{figure}

Expand Down
6 changes: 3 additions & 3 deletions pres/TALN05C-syntaxe.tex
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ \subsection{Annotation fonctionnelle}
\item Une relation de dépendance relie un mot appelé \keyword{tête syntaxique} avec un autre appelé \keyword{dépendant}
\end{itemize}

\includegraphics[width=\textwidth]{../img/intro/gram-dep_.pdf}
\includegraphics[width=\textwidth]{../img/intro/gram-dep2_.pdf}

\end{frame}

Expand Down Expand Up @@ -855,8 +855,8 @@ \subsection{Par graphe}

\begin{figure}
\centering
\hgraphpage[.8\textwidth]{exp-graphe_.pdf}
\caption{Exemple d'un graphe de la phrase ``Book a flight" \cite{2019-jurafsky-martin}}
\hgraphpage[.8\textwidth]{exp-graphe.pdf}
\caption{Exemple d'un graphe de la phrase ``Lisez le cours" }
\end{figure}

\end{frame}
Expand Down
Loading

0 comments on commit 28bbc4f

Please sign in to comment.