Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Loïc Barrault
supports_cours
Commits
c6d3dd6a
Commit
c6d3dd6a
authored
Mar 08, 2021
by
Loïc Barrault
Browse files
language model sheffield
parent
6b36d160
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
language_model/m2_language_model_sheffield.tex
0 → 100644
View file @
c6d3dd6a
\documentclass
[aspectratio=169,t, xcolor=table]
{
beamer
}
%\documentclass[handout,t]{beamer}
% pdf2ps cm_parole.pdf;
% intro, codage + DTW: psselect -p 1-35,51-61-63 cm_parole.ps > cm_parol_poly.ps
% DTW alone: psselect -p 1-19,35-47 cm_parole.ps > cm_parole_poly.ps
% decode psselect -p1-47,51-74 cm_parole.ps > cm_parole_poly.ps
% psnup -4 -H96mm -W128mm -m15mm -b6mm cm_parole_poly.ps cm_parole_poly.ps4
%
%\usepackage{pgfpages}
%\pgfpagelayout{4 on 1}{a4paper,landscape}
\mode
<presentation>
{
%\usetheme{PaloAlto}
% \usetheme{Hannover}
\usetheme
{
informatics
}
\useoutertheme
{
infolines
}
% \setbeamercovered{transparent} % or whatever (possibly just delete it)
}
\setbeamertemplate
{
navigation symbols
}{}
% remove navigation symbols
\usefonttheme
[onlymath]
{
serif
}
\usepackage
{
booktabs
}
\usepackage
{
amsmath
}
\usepackage
{
amssymb
}
\usepackage
{
array
}
\setlength
{
\extrarowheight
}{
3pt
}
%\usepackage{xspace}
\usepackage
{
algorithm
}
\usepackage
[noend]
{
algpseudocode
}
\usepackage
{
multicol
}
\input
../macros.tex
\input
../macros
_
beamer.tex
\input
../mycolors.tex
\usepackage
[absolute,showboxes,overlay]
{
textpos
}
%\TPshowboxestrue % commenter une fois fini
\TPshowboxesfalse
% décommenter pour faire disparaitre les boites
\textblockorigin
{
10mm
}{
10mm
}
% origine des positions
% This is only inserted into the PDF information catalog. Can be left out.
\subject
{
Statistical Language Modelling
}
\title
[]
{
Statistical Language Modelling
}
\author
[]
{
Loïc Barrault
}
\institute
[University of Sheffield]
{
l.barrault@sheffield.ac.uk
\\
University of Sheffield
\\
}
%\date{09 janvier 2017}
\date
{}
% If you have a file called "university-logo-filename.xxx", where xxx
% is a graphic format that can be processed by latex or pdflatex,
% resp., then you can add a logo as follows:
%\pgfdeclareimage[height=0.5cm]{limsi-logo}{limsilogo}
%\logo{\pgfuseimage{limsi-logo}}
%\logo{\includegraphics[height=0.5cm]{limsilogo}}
%\logo{\epsfbox{limsilogo.eps}}
% Delete this, if you do not want the table of contents to pop up at
% the beginning of each subsection:
%\AtBeginSubsection[]
%{
% \begin{frame}<beamer>
% \frametitle{Outline}
% \tableofcontents[currentsection,currentsubsection]
% \end{frame}
%}
% If you wish to uncover everything in a step-wise fashion, uncomment
% the following command:
%\beamerdefaultoverlayspecification{<+->}
\newtheorem
{
conclusion
}
[theorem]
{
Conclusions
}
\begin{document}
\begin{frame}
\titlepage
\end{frame}
% tutorial TALN
% CM : SMT
%\input{mt_tutl.tex}
%Loic
%\input{mt_intro2.tex}
%\input{mt_ressources.tex}
%\input{mt_eval.tex}
%\input{mt_lm.tex}
%\input{mt_pivot.tex}
%\input{mt_datasel.tex}
\input
{
mt
_
lm
_
sheffield.tex
}
%Holger
%\input{cslm.tex}
%\input{mt_align.tex}
%\input{mt_decode.tex}
%\input{mt_tools.tex}
%\input{mt_nlp2.tex}
%\input{mt_asr2.tex}
%\input{mt_concl2.tex}
% old stuff
%\input{mt_plan.tex}
%\input{mt_intro.tex}
%\input{mt_bleu.tex}
%\input{mt_tasks_light.tex}
%\input{mt_smt_light.tex}
%\input{mt_sys_light.tex}
%\input{mt_results.tex} % obsolete, results of 2007
%\input{mt_nlp.tex} % old
%\input{mt_asr.tex} % old
% and kill the abominable icon
\setbeamertemplate
{
bibliography item
}{}
\begin{frame}
[allowframebreaks]
\frametitle
{
References
}
% \bibliographystyle{amsalpha}
\bibliographystyle
{
apalike
}
% \bibliographystyle{plain}
\bibliography
{
refs
}
\end{frame}
\end{document}
language_model/mt_lm_sheffield.tex
0 → 100644
View file @
c6d3dd6a
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment