= GG = GG is an HPSG for German developed at the [http://www.dfki.de/lt/ DFKI Language Technology Lab], Saarbrücken, Germany, as part of the [http://www.delph-in.net/ DELPH-IN] consortium. The grammar was first published in June 2006. Development was funded by the German Ministry for Education, Science, Research and Technology ("Bundesministerium für Bildung und Forschung (BMBF)"), as part of the projects DISCO (ITW 9002 0), Verbmobil (01 701 V0), Whiteboard (01 IW 002), Quetal (01 IW C02), Collate (01 IN A01 B), and Checkpoint. The grammar is currently developed by [http://www.coli.uni-saarland.de/~crysmann/ Berthold Crysmann]. The grammar is released under the [http://gg.dfki.de/lgpllr.html LGPLLR], a version of the LGPL adapted to linguistic resources. See the above link or LICENSE for details. == Online Demo == [http://gg.delph-in.net/logon Online Demo] == Download == === Releases === Past releases of the grammar are available as .tar.gz archives: * [http://gg.dfki.de/gg.tar.gz June 2007 release] * [http://gg.dfki.de/gg-punct.tar.gz November 2007 release], which inter alia supports punctuation === Subversion === The source code of the current version of the grammar is managed with [http://subversion.tigris.org/ Subversion]. The repository is located at http://gg.opendfki.de/repos (anonymous read access) and https://gg.opendfki.de/repos (read and write access; requires project membership). It can be browsed with the [/browser subversion repository browser]. For anonymous read access, you can check out the main development directory with the following command: {{{ svn checkout http://gg.opendfki.de/repos/gg/trunk gg }}} If you want to have read and write access, you first need to register an account and then apply for project membership at https://config.opendfki.de/. In this case, you should use the following command to check out the main development directory: {{{ svn checkout --username https://gg.opendfki.de/repos/gg/trunk gg }}} == Installation == The grammar is intended to be used with systems that can run TDL-style grammars, such as the [http://wiki.delph-in.net/moin/LkbTop LKB] (Copestake 2001) or [http://wiki.delph-in.net/moin/PetTop PET] (Callmeier 2000), and can be used for parsing (LKB & PET) and generation (LKB). === LKB === In the LKB, you can load the grammar via the script file {{{lkb/script}}}. We encourage the use of the lexical database (lexdb) by Benjamin Waldron, which is distributed as part of the LKB. See the [http://wiki.delph-in.net/moin DELPH-IN Wiki] for [http://wiki.delph-in.net/moin/LkbLexDb installation instructions]. We recommend the following settings for {{{*lexdb-params*}}}: {{{((:dbname "gg") (:mode "gg"))}}}, to disable sortal restrictions. === PET === The grammar files come with a Makefile to facilitate installation: Run {{{make}}} to compile .grm files for the Pet runtime parser {{{cheap}}}. Make sure the {{{flop}}} preprocessor is in your PATH. * german-unfill.grm * binary grammar file with unfilling (no packing) * suitable for HoG * german-pack.grm * packing, no unfilling * suitable for HoG, but interoperability is not that well tested * symbolic link to german.grm, loads definition for packing restrictor in pet/german-pack.set * german.grm * no packing, no unfilling * slow, suitable for HoG == Documentation == Documentation for the grammar can be found in the literature. Publications particularly relevant to this version of the grammar are: * Müller & Kasper (2000) * Crysmann (2003) * Crysmann (2005a) * Crysmann (2005b) The grammar uses revised German spelling conventions, at least as far as the ss/ß rules are concerned. Support for the old spelling conventions will be added in the future. The grammar and the lexicon are encoded in UTF-8. == Known Issues == Owing to a bug in Allegro CLIM, direct input of 8bit characters from the LKB GUI is not possible. As a workaround, you can use either TeX or HTML syntax, or invoke the parser from the Lisp prompt '(do-parse-tty "Am Anfang war das Wort.")'. See TODO for grammar related known issues. == References == * Crysmann, Berthold. 2003. On the Efficient Implementation of German Verb Placement in HPSG. In ''Proceedings of RANLP 2003''. Borovets, Bulgaria. pp. 112-116. * Crysmann, Berthold. 2005a. Relative Clause Extraposition in German: An Efficient and Portable Implementation. ''Research on Language and Computation''. vol. 3(1). pp. 61-82. * Crysmann, Berthold. 2005b. Syncretism in German: a unified approach to underspecification, indeterminacy, and likeness of case. In Müller, Stefan (ed.), ''Proceedings of the 12th International Conference on Head-Driven Phrase Structure Grammar''. pp. 91-107. CSLI Publications, Stanford. * Müller, Stefan & Kasper, Walter. 2000. HPSG Analysis of German. In Wahlster, Wolfgang (ed.), ''Verbmobil: Foundations of Speech-to-Speech Translation''. pp. 238-253. Springer, Berlin. These references are also available in [wiki:BibTeX] format.