From 4b6e4fe707198c924fddddcd0c4eb2c743cdc56e Mon Sep 17 00:00:00 2001
From: aarne
Date: Mon, 16 Jan 2006 21:47:59 +0000
Subject: [PATCH] refreshed documentation
---
lib/resource-1.0/abstract/Question.gf | 27 +-
lib/resource-1.0/doc/gfdoc/Adjective.html | 12 +-
lib/resource-1.0/doc/gfdoc/Adverb.html | 12 +-
lib/resource-1.0/doc/gfdoc/Basic.html | 8 +-
lib/resource-1.0/doc/gfdoc/Cat.html | 59 +-
lib/resource-1.0/doc/gfdoc/Conjunction.html | 8 +-
lib/resource-1.0/doc/gfdoc/Lang.html | 8 +-
lib/resource-1.0/doc/gfdoc/Lex.html | 10 +-
lib/resource-1.0/doc/gfdoc/Math.html | 8 +-
lib/resource-1.0/doc/gfdoc/Noun.html | 23 +-
lib/resource-1.0/doc/gfdoc/Numeral.html | 8 +-
lib/resource-1.0/doc/gfdoc/ParadigmsEng.html | 34 +-
lib/resource-1.0/doc/gfdoc/ParadigmsGer.html | 898 +++++++-----------
lib/resource-1.0/doc/gfdoc/ParadigmsSwe.html | 12 +-
lib/resource-1.0/doc/gfdoc/Phrase.html | 12 +-
lib/resource-1.0/doc/gfdoc/Question.html | 52 +-
lib/resource-1.0/doc/gfdoc/Relative.html | 8 +-
lib/resource-1.0/doc/gfdoc/Sentence.html | 27 +-
.../doc/gfdoc/SeqConjunction.html | 8 +-
lib/resource-1.0/doc/gfdoc/Structural.html | 12 +-
lib/resource-1.0/doc/gfdoc/Tense.html | 8 +-
lib/resource-1.0/doc/gfdoc/Tensed.html | 8 +-
lib/resource-1.0/doc/gfdoc/Test.html | 8 +-
lib/resource-1.0/doc/gfdoc/Untensed.html | 8 +-
lib/resource-1.0/doc/gfdoc/Verb.html | 27 +-
25 files changed, 500 insertions(+), 805 deletions(-)
diff --git a/lib/resource-1.0/abstract/Question.gf b/lib/resource-1.0/abstract/Question.gf
index 96570700a..7f8236285 100644
--- a/lib/resource-1.0/abstract/Question.gf
+++ b/lib/resource-1.0/abstract/Question.gf
@@ -1,16 +1,25 @@
+--1 Questions and interrogative pronouns
+
abstract Question = Cat ** {
+-- A question can be formed from a clause ('yes-no question') or
+-- with an interrogative.
+
fun
+ QuestCl : Cl -> QCl ; -- does John walk
+ QuestVP : IP -> VP -> QCl ; -- who walks
+ QuestSlash : IP -> Slash -> QCl ; -- who does John love
+ QuestIAdv : IAdv -> Cl -> QCl ; -- why does John walk
- QuestCl : Cl -> QCl ;
- QuestVP : IP -> VP -> QCl ;
- QuestSlash : IP -> Slash -> QCl ;
- QuestIAdv : IAdv -> Cl -> QCl ;
+-- Interrogative pronouns can be formed with interrogative
+-- determiners.
- PrepIP : Prep -> IP -> IAdv ;
- AdvIP : IP -> Adv -> IP ;
-
- IDetCN : IDet -> Num -> Ord -> CN -> IP ;
+ IDetCN : IDet -> Num -> Ord -> CN -> IP; -- which five best songs
+ AdvIP : IP -> Adv -> IP ; -- who in Europe
+
+ PrepIP : Prep -> IP -> IAdv ; -- with whom
+
+-- More $IP$, $IDet$, and $IAdv$ are defined in
+-- [Structural Structural.html].
}
-
diff --git a/lib/resource-1.0/doc/gfdoc/Adjective.html b/lib/resource-1.0/doc/gfdoc/Adjective.html
index d4c4b3979..d8c01c62c 100644
--- a/lib/resource-1.0/doc/gfdoc/Adjective.html
+++ b/lib/resource-1.0/doc/gfdoc/Adjective.html
@@ -6,17 +6,13 @@
Adjectives and adjectival phrases
-Author:
-Last update: Fri Jan 13 16:46:51 2006
+Last update: Mon Jan 16 22:47:49 2006
+% NOTE: this is a txt2tags file.
-
-
@@ -25,8 +21,6 @@ Produced by
gfdoc - a rudimentary GF document generator.
(c) Aarne Ranta (aarne@cs.chalmers.se) 2002 under GNU GPL.
-
-Adjectives and adjectival phrases
abstract Adjective = Cat ** {
@@ -71,6 +65,6 @@ by Adverb.
-
+