diff options
Diffstat (limited to 'examples/numerals/README')
| -rw-r--r-- | examples/numerals/README | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/examples/numerals/README b/examples/numerals/README deleted file mode 100644 index d149ccf3d..000000000 --- a/examples/numerals/README +++ /dev/null @@ -1,33 +0,0 @@ -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). |
