1
0
forked from GitHub/gf-core

Merge private git for latim grammar into official darcs.

See https://github.com/daherb/GF orhttps://gitlab.cip.ifi.lmu.de/langeh/gf 
for full git commit history
This commit is contained in:
Herbert Lange
2013-09-03 17:13:58 +00:00
parent d2ea52e0ec
commit 1f91d2287b
55 changed files with 52150 additions and 1606 deletions

View File

@@ -0,0 +1,68 @@
%\documentclass[handout]{beamer}
\documentclass{beamer}
%\usetheme{Singapore} % anderes Layout
%\usetheme{Antibes} % anderes Layout
%\usecolortheme{lily}
\usetheme{Antibes}
\usecolortheme{beaver}
\setbeamertemplate{footline}[frame number]
\usepackage{color}
\usepackage{german}
\usepackage{latexsym,amssymb}
\usepackage{amsmath} % für begin{cases} ... \end{cases}
%\usepackage[utf8]{inputenc}
%\usepackage[T1]{fontenc}
%\usepackage{algorithm}
%\usepackage{algorithmicx}
%\usepackage{algpseudocode}
\usepackage{multicol}
\usepackage{graphicx}
\usepackage{fontspec}
\usepackage{url}
\setbeamertemplate{footline}[frame number]
\parindent0pt
\parskip1.2ex
\def\nat{{\mathbb N}}
\def\bool{{\mathbb B}}
\def\real{{\mathbb R}}
\title[Implementation of the Latin Language for the RGL]{Implementation of the Latin Language for the RGL\\\quad \\ \small{ GF Summer School, Frauenchiemsee 2013 }}
\author{Herbert Lange\\Centrum für Informations- und Sprachverarbeitung\\München}
\date{\today}
\begin{document}
\frame{\titlepage}
\section{The Latin RG}
\subsection{Current Status}
\begin{frame}[fragile]{Current Status}
\begin{itemize}
\item Translated nearly all strings in LexiconLat and StructuralLat
\item Morphology for all common word types (with smart paradigms)
\item Basic syntax rules to create simple Clauses
\item Basic handling of pronoun drop (ExtraLat)
\item On Github \url{https://www.github.com/daherb/GF}
\end{itemize}
\end{frame}
\subsection{Project for the Summer School}
\begin{frame}{Project for the Summer School}
\begin{itemize}
\item Handling of modifiers for NPs (Adjectives, APs, ...)
\item Rules to create S and Utt from Cl
\item Evaluation of the Lexicon
\item Further testing of the morphology
\end{itemize}
\end{frame}
\subsection{The more Distant Future}
\begin{frame}{The more Distant Future}
\begin{itemize}
\item Subordinate Clauses, relative clauses
\item Different word orders
\item Change handling incomplete paradigms
\item Much more
\end{itemize}
\end{frame}
\end{document}