Changes between Version 4 and Version 5 of WikiStart
- Timestamp:
- 10/13/08 14:35:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v4 v5 3 3 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. 4 4 5 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), and Collate (01 IN A01 B). The grammar is currently developed by [http://www.coli.uni-saarland.de/~crysmann/ Berthold Crysmann].5 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]. 6 6 7 7 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. … … 10 10 == Online Demo == 11 11 12 Anonline demo is currently not available.12 The online demo is currently not available. 13 13 14 14 … … 17 17 === Releases === 18 18 19 Releases of the grammar are available as .tar.gz archives:19 Past releases of the grammar are available as .tar.gz archives: 20 20 21 21 * [http://gg.dfki.de/gg.tar.gz June 2007 release] … … 24 24 === Subversion === 25 25 26 The source code 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].26 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]. 27 27 28 28 For anonymous read access, you can check out the repository with the following command: … … 79 79 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.")'. 80 80 81 Alternatively, you can use the Trollet GUI by Pavel Mihalyov, which fully supports UTF-8. 81 82 82 83 83 See TODO for grammar related known issues.