<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>Diploma Thesis:Drawings as Models of Syntactic Structure</title>
	<link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>
<p class="margin">
<br /><br />
<a href="http://www.uni-saarland.de/en">Saarland University</a><br />
<a href="http://www.cs.uni-saarland.de/index.php?lang=en">Informatics</a><br />
<a href="http://www.ps.uni-saarland.de/">Programming Systems</a><br />
<a href="http://www.ps.uni-saarland.de/%7Emmohl/">Mathias M&ouml;hl</a><br />
<a href="http://www.ps.uni-saarland.de/theses/moehl/diplomarbeit.html">Diploma Thesis</a><br />

<br /><br />
<a href="#context">Context</a><br />
<a href="#task">Task</a><br />
<a href="#progress">Progress</a><br />
<a href="#downloads">Downloads</a><br />
</p>

<h2>Diploma Thesis:</h2>
<h1> Drawings as Models of Syntactic Structure: Theory and Algorithms</h1>

<p>by <a href="http://www.ps.uni-saarland.de/~mmohl/">Mathias M&ouml;hl</a><br />
supervised by <a href="http://www.ps.uni-saarland.de/~kuhlmann/"> Marco Kuhlmann </a>
</p>

<h2><a name="context">Context</a></h2>
<p>
Tree Adjoining Grammar (TAG) is a grammar formalism that is studied
since the 1970's and which allows for more complex linguistic
structures than context free grammars, because the local order of
constituents does not have to coincide with to the global order in the
sentence. 
</p>
<p>
The TAG derivation of a sentence  is usually represented by a pair
consisting of a derivation tree (representing the history of the
derivation) and a derived tree (representing the result of the
derivation). The claim which this work is based on is that the
derived tree contains mainly redundant information and that the
definition of TAGs can be simpified, if the concept of derived trees
is abandoned and if all the information that is not redundant is
integrated in the derivation trees (Debusmann, Duchier, Kuhlmann and
Thater 2004).
</p>
<p>
A very simple model for the resulting class of linguistic structures
is the one of a <em>drawing</em>: A drawing is a tree with a total
order on it's nodes. A TAG derivation <em>induces</em> a drawing if
the tree relation of the drawing exactly coincides with the derivation
tree of the TAG derivation and if the order on the nodes of the
drawing is exactly the order on the leaves of the derived
tree. Drawings which are induced by a TAG are in general not
projective: The yield of a node of a drawing is not necessarily convex.
</p>
<!-- ####################################################################### -->
<div><br /><img src="pictures/separator.jpg" alt="separator" /></div>
<h2><a name="task">Task</a></h2>
<p>
The first goal of the thesis is to define drawings formally and to
identify their structural properies: What are appropriate measures for
non projectivity? Is the whole class of drawings inducable by TAG
grammars? In what respect can drawings be seen as adequate models for
TAG? 
</p>
<p>
The second goal of this thesis is to develop, implement and analyse
constraint based algorithms for drawings. To reach this aim, a
constraint language for drawings should be designed and at least
algorithms for the following two problems should be implemented: (a)
Decide for a given formula of the constraint language, if there is a
drawing that satisfies the formula. (b) Enumerate all drawings that
satisfy a given formula of the constraint language.
</p>
<p>
The work could be extended by an analysis of other grammar formalisms
like Multi-Component TAG or Combinatory Categorial Grammar with
respect to their relation to drawings.
</p>

<!-- ####################################################################### -->
<div><br /><img src="pictures/separator.jpg" alt="separator" /></div>
<h2><a name="progress">Progress</a></h2>

<ul>
<li><em>7.3.2005:</em> registration and beginning of work</li>
<li><em>7.8.2005:</em> Work on the first goal is finished and published on the <em>10th Conference on Formal Grammar</em> and
	    <em>Ninth Meeting on Mathematics of Language</em>,
	    Edinburgh, United Kingdom, 2005.</li>

<li><em>22.02.2006:</em> I finished work and submitted  the final version.</li>
</ul>

<!-- ####################################################################### -->
<div><br /><img src="pictures/separator.jpg" alt="separator" /></div>
<h2><a name="downloads">Downloads</a></h2>
<p>
  <a
  href="http://www.ps.uni-saarland.de/Papers/paper_info.php?label=moehl2006diplom">Diploma thesis</a><br />
<a href="docs/slides_diplom_final_talk.ppt"> Slides of the final
talk</a> (Power Point file)
</p>

<p> <br /><br />
    <a href="http://validator.w3.org/check?uri=referer"><img
        src="http://www.w3.org/Icons/valid-xhtml10"
        alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
  </p>
</body>
</html>

