From a8ff693507492207199564224db5b697b7cbc5b1 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 6 Feb 2005 10:34:53 +0000 Subject: [PATCH] doc --- lib/resource/doc/Makefile | 16 +++++ lib/resource/doc/gf-resource.html | 113 +++++++++++++++++++++++++++++- 2 files changed, 128 insertions(+), 1 deletion(-) create mode 100644 lib/resource/doc/Makefile diff --git a/lib/resource/doc/Makefile b/lib/resource/doc/Makefile new file mode 100644 index 000000000..da5a7b33b --- /dev/null +++ b/lib/resource/doc/Makefile @@ -0,0 +1,16 @@ +all: gfdoc htmls + +htmls: + htmls gf-resource.html + +gfdoc: + gfdoc ../abstract/Categories.gf ; mv ../abstract/Categories.html . + gfdoc ../abstract/Rules.gf ; mv ../abstract/Rules.html . + gfdoc ../abstract/Clause.gf ; mv ../abstract/Clause.html . + gfdoc ../abstract/Structural.gf ; mv ../abstract/Structural.html . + gfdoc ../abstract/Basic.gf ; mv ../abstract/Basic.html . + gfdoc ../abstract/Time.gf ; mv ../abstract/Time.html . + gfdoc ../abstract/Lang.gf ; mv ../abstract/Lang.html . + gfdoc ../swedish/ParadigmsSwe.gf ; mv ../swedish/ParadigmsSwe.html . + gfdoc ../swedish/BasicSwe.gf ; mv ../swedish/BasicSwe.html . + gfdoc ../english/ParadigmsEng.gf ; mv ../english/ParadigmsEng.html . diff --git a/lib/resource/doc/gf-resource.html b/lib/resource/doc/gf-resource.html index cb68f3924..d27e8aa83 100644 --- a/lib/resource/doc/gf-resource.html +++ b/lib/resource/doc/gf-resource.html @@ -22,6 +22,52 @@ Aarne Ranta + +

The purpose of the resource grammar library

+ +Basic syntactic structures + +

+ +All morphological paradigms + +

+ +Basic lexicon of structural, common, and irregular words + + + +

Languages

+ +

+

  • Danish +
  • English +
  • Finnish +
  • French +
  • German +
  • Italian +
  • Norwegian +
  • Russian +
  • Spanish +
  • Swedish +

    + + + + +

    Library structure: overview

    + +Language-independent API + +

    + +Language-dependent resources +

    + +

    Library structure: language-independent API

    @@ -29,11 +75,76 @@ Aarne Ranta + +

    API documentation

    + +Categories + +

    +Rules + +

    +Clause + +

    +Structural + +

    + +Time + +

    +Basic + +

    + +Lang + +

    + + + +

    Paradigms documentation

    + +English + +

    + +Swedish + +

    + +example of Swedish + + + + +

    Using it

    + + +

    Implementatin details: the structure of low-level files

    + + + +

    The use of parametric modules

    + + + +

    Current status

    + +

    Obtaining it

    +Now on CVS at Chalmers: +
    +  cvs -d /users/cs/aarne/cvs checkout GF2.0/lib
    +
    + +

    + +To appear later at GF Homepage:

    -To appear later at GF Homepage:
    http://www.cs.chalmers.se/~aarne/GF

    \ No newline at end of file