diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-06-25 16:54:35 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-06-25 16:54:35 +0000 |
| commit | e9e80fc389365e24d4300d7d5390c7d833a96c50 (patch) | |
| tree | f0b58473adaa670bd8fc52ada419d8cad470ee03 /old-examples/numerals/README | |
| parent | b96b36f43de3e2f8b58d5f539daa6f6d47f25870 (diff) | |
changed names of resource-1.3; added a note on homepage on release
Diffstat (limited to 'old-examples/numerals/README')
| -rw-r--r-- | old-examples/numerals/README | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/old-examples/numerals/README b/old-examples/numerals/README new file mode 100644 index 000000000..d149ccf3d --- /dev/null +++ b/old-examples/numerals/README @@ -0,0 +1,33 @@ +Numeral grammars, from 1 to 999999. + +Many grammars were written during the Chalmers CS graduate courses in 1999 +and 2002. Grammars originally written in 1999 are automatic translations from +old-GF source, which explains their bad formatting and structure. +(Authors: Koen Claessen, Carlos Gonzalía, Qiao Haiyan, Patrik Jansson, +Peter Ljunglöf, Wojciech Mostowski, Aarne Ranta, Karol Ostrovski, David Wahlstedt +1999--2002) + +The majority of gramamars were written in 2003-2004 by Harald +Hammarström, who also wrote papers on various aspects of numeral +systems in the world's languages. + + +Test usage: + +To precompile a multilingual numeral grammar: + + gf <mkNumerals.gfs + +To test, + + gf numerals.gfcm -- in the OS shell + generate_random | tree_bank -- in the GF shell + + parse -lang=danish "tres" | linearize -lang=english + +Document last updated 18 June 2007 by Aarne Ranta. + +Copyright (c) Koen Claessen, Carlos Gonzalía, Qiao Haiyan, Harald +Hammarström, Patrik Jansson, Peter Ljunglöf, Wojciech Mostowski, Aarne +Ranta, Karol Ostrovski, David Wahlstedt 1999--2004, under +GNU General Public License (GPL). |
