Files
gf-core/lib/resource-0.6
2005-06-10 14:59:58 +00:00
..
2004-11-29 19:42:14 +00:00
2004-08-10 13:15:08 +00:00
2004-12-08 22:16:18 +00:00
2004-01-12 16:46:00 +00:00
2004-11-11 14:41:51 +00:00
2005-01-28 10:13:36 +00:00
2004-11-10 19:02:00 +00:00
2004-06-03 19:31:39 +00:00
2004-12-12 11:44:22 +00:00
2004-08-24 11:49:46 +00:00
2004-12-12 12:43:02 +00:00
2004-08-12 10:47:32 +00:00
2004-06-22 19:54:12 +00:00
2004-06-22 15:00:15 +00:00
2004-06-22 15:00:15 +00:00
2004-08-09 13:22:59 +00:00

GF Resource grammar library, v. 0.6.

To precompile a test suite:

  gf <mkTest.gfs

To precompile resource syntaxes and paradigms:

  gf <mkParadigms.gfs

To test multilingual syntax editing:

  jgf TestAll.gfcm

Modules to use (open) for a given language X:

  ResourceX     -- basic resource API
  ParadigmsX    -- morphological paradigms

API documentation found in

  Combinations  -- syntactic categories and combination rules
  Structural    -- structural words
  ParadigmsX    -- parameter types and morphological paradigms

Known bugs:

Finnish
  Numerals (1,2,3,...) are not inflected
  Omission of subject personal pronoun not permitted

French
  Order of clitics with ditransitives is not fully controlled

Italian
  Order of clitics with ditransitives is not fully controlled.
  Omission of subject personal pronoun not permitted.
  Article is not omitted in "la mia madre".

General
  * Negative noun phrases ("nobody", "nothing", etc) in TestResource are
  not treated adequately. For instance, in French
  the negation word "pas" appears even if "rien" or "personne" is present.
  * The numeral 1 is not treated  specially in "these 1 are old" etc


Missing structures
  * Tense and aspect
  * Alternative word orders in many languages (Finnish, German, ...)
  * coordination of VP, TV, AdV
  * "I want you to go"
  * "I paint the house blue"
  * "the house that he wants to buy"



opyright (c) 2001-2004 Janna Khegai, Aarne Ranta
under GNU General Public License (GPL).

Document last updated August 3, 2004, by Aarne Ranta.