From ccade775b768b48350e7194386c093c8511b386c Mon Sep 17 00:00:00 2001
From: aarne
+Author:
+Last update: Tue Jan 31 18:15:47 2006
+
+Produced by
+gfdoc - a rudimentary GF document generator.
+(c) Aarne Ranta (aarne@cs.chalmers.se) 2002 under GNU GPL.
+
+==
+
+Naming convention:
+A pointing gesture is constructed from a string.
+
+Construction of sentences, questions, and imperatives.
+
+Construction of verb phrases from verb + complements.
+
+Adverbial modification of a verb phrase.
+
+Demonstrative pronouns as NPs and determiners.
+
+Demonstrative adverbs.
+
+Building an adverb as prepositional phrase.
+
+Using ordinary categories.
+Mounting nondemonstrative expressions.
+
+Top-level phrases.
+
+For testing and example-based grammar writing.
+
+Produced by
+gfdoc - a rudimentary GF document generator.
+(c) Aarne Ranta (aarne@cs.chalmers.se) 2002 under GNU GPL.
+
+This grammar is a collection of the different modules.
+It differs from
+In practice, the most important difference is that only present-tense sentences
+are included, and that symbolic expressions are recognized as NPs.
+
+Verb,
+Adjective,
+Adverb,
+
+Sentence,
+
+Author:
+Last update: Tue Jan 31 18:15:47 2006
+
+Produced by
+gfdoc - a rudimentary GF document generator.
+(c) Aarne Ranta (aarne@cs.chalmers.se) 2002 under GNU GPL.
+
+==
+
+Verb,
+
+Sentence,
+Question,
+Relative,
+Conjunction,
+Phrase,
+Tensed,
+
Author:
-Last update: Thu Jan 26 15:05:57 2006
+Last update: Tue Jan 31 18:15:46 2006
Produced by
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsFre.html b/lib/resource-1.0/doc/gfdoc/ParadigmsFre.html
index a4a845881..fac7c6ad0 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsFre.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsFre.html
@@ -41,7 +41,7 @@
Author:
-Last update: Thu Jan 26 15:05:58 2006
+Last update: Tue Jan 31 18:15:46 2006
Produced by
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsGer.html b/lib/resource-1.0/doc/gfdoc/ParadigmsGer.html
index ef6193d51..41835115c 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsGer.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsGer.html
@@ -35,7 +35,7 @@
Author:
-Last update: Thu Jan 26 15:05:58 2006
+Last update: Tue Jan 31 18:15:46 2006
Produced by
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsNor.html b/lib/resource-1.0/doc/gfdoc/ParadigmsNor.html
index ee635400c..cbf699d0c 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsNor.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsNor.html
@@ -43,7 +43,7 @@
Author:
-Last update: Thu Jan 26 15:05:58 2006
+Last update: Tue Jan 31 18:15:46 2006
Produced by
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsSwe.html b/lib/resource-1.0/doc/gfdoc/ParadigmsSwe.html
index 9d9e67047..43d6b12a6 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsSwe.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsSwe.html
@@ -43,7 +43,7 @@
Author:
-Last update: Thu Jan 26 15:05:58 2006
+Last update: Tue Jan 31 18:15:47 2006
Produced by
diff --git a/lib/resource-1.0/doc/gfdoc/Phrase.html b/lib/resource-1.0/doc/gfdoc/Phrase.html
index 42508cc86..4dabc3161 100644
--- a/lib/resource-1.0/doc/gfdoc/Phrase.html
+++ b/lib/resource-1.0/doc/gfdoc/Phrase.html
@@ -7,7 +7,7 @@
+Produced by
+gfdoc - a rudimentary GF document generator.
+(c) Aarne Ranta (aarne@cs.chalmers.se) 2002 under GNU GPL.
+
+(c) Aarne Ranta 2003-2006 under Gnu GPL.
+
+This library is a derived library built on the language-independent Ground
+API of resource grammars.
+
+These sentences have both a positive and a negative form
+
+These are expressed by relational nouns applied to arguments.
+
+This is similar to a family except that the argument is a type.
+ Adjectives and adjectival phrases
Author:
-Last update: Thu Jan 26 15:05:55 2006
+Last update: Tue Jan 31 18:15:43 2006
Adverbs and adverbial phrases
Author:
-Last update: Thu Jan 26 15:05:55 2006
+Last update: Tue Jan 31 18:15:44 2006
The category system
Author:
-Last update: Thu Jan 26 15:05:55 2006
+Last update: Tue Jan 31 18:15:44 2006
Coordination
Author:
-Last update: Thu Jan 26 15:05:55 2006
+Last update: Tue Jan 31 18:15:44 2006
+
+
+
+
+
+ abstract Demonstrative = Cat ** {
+
+
+M prepended to 'unimodal' names.
+Exceptions: lexical units, those without unimodal counterparts.
+
+ cat
+
+ MS ; -- multimodal sentence or question
+ MQS ; -- multimodal wh question
+ MImp ; -- multimodal imperative
+ MVP ; -- multimodal verb phrase
+ MComp ; -- multimodal complement to copula (MAP, MNP, MAdv)
+ MAP ; -- multimodal adjectival phrase
+ MNP ; -- multimodal (demonstrative) noun phrase
+ MAdv ; -- multimodal (demonstrative) adverbial
+
+ Point ; -- pointing gesture
+
+ fun
+
+
+
+ MkPoint : String -> Point ;
+
+
+
+ MPredVP : MNP -> MVP -> MS ; -- he flies here
+ MQPredVP : MNP -> MVP -> MQS ; -- does he fly here
+
+ MQuestVP : IP -> MVP -> MQS ; -- who flies here
+
+ MImpVP : MVP -> MImp ; -- fly here!
+
+
+
+ MUseV : V -> MVP ; -- flies (here)
+ MComplV2 : V2 -> MNP -> MVP ; -- takes this (here)
+ MComplVV : VV -> MVP -> MVP ; -- wants to fly (here)
+
+ MUseComp : MComp -> MVP ; -- is here ; is bigger than this
+
+ MCompAP : MAP -> MComp ; -- bigger than this
+ MCompNP : MNP -> MComp ; -- the price of this
+ MCompAdv : MAdv -> MComp ; -- here
+
+ MPositA : A -> MAP ; -- big
+ MComparA : A -> MNP -> MAP ; -- bigger than this
+
+
+
+ MAdvVP : MVP -> MAdv -> MVP ; -- fly here
+
+
+
+ this_MNP : Point -> MNP ; -- this
+ that_MNP : Point -> MNP ; -- that
+ thisDet_MNP : CN -> Point -> MNP ; -- this car
+ thatDet_MNP : CN -> Point -> MNP ; -- that car
+
+
+
+ here_MAdv : Point -> MAdv ; -- here
+ here7from_MAdv : Point -> MAdv ; -- from here
+ here7to_MAdv : Point -> MAdv ; -- to here
+
+
+
+ MPrepNP : Prep -> MNP -> MAdv ; -- in this car
+
+
+
+ DemNP : NP -> MNP ;
+ DemAdv : Adv -> MAdv ;
+
+
+
+ PhrMS : Pol -> MS -> Phr ;
+ PhrMS : Pol -> MS -> Phr ;
+ PhrMQS : Pol -> MQS -> Phr ;
+ PhrMImp : Pol -> MImp -> Phr ;
+
+
+
+ point1, point2 : Point ;
+
+ }
+
+
+
+
+
+
diff --git a/lib/resource-1.0/doc/gfdoc/Lang.html b/lib/resource-1.0/doc/gfdoc/Lang.html
index a1f6a2ba7..8bb1baa10 100644
--- a/lib/resource-1.0/doc/gfdoc/Lang.html
+++ b/lib/resource-1.0/doc/gfdoc/Lang.html
@@ -7,7 +7,7 @@
The Main Module of the Resource Grammar
Author:
-Last update: Thu Jan 26 15:05:56 2006
+Last update: Tue Jan 31 18:15:44 2006
The Mathematics API to the Resource Grammar
+
+Author:
+Last update: Tue Jan 31 18:15:47 2006
+
+
+
+
+
+
+
+The Mathematics API to the Resource Grammar
+Lang in two main ways:
+
+
+
+
+ abstract Mathematical =
+ Noun - [ComplN2], --- to avoid ambiguity
+
+
+
+ Numeral,
+
+
+
+ Question,
+ Relative,
+ Conjunction,
+ Phrase,
+ Structural,
+
+ Symbol,
+ Predication,
+
+ Lexicon
+ ** {} ;
+
+
+
+
+
+
diff --git a/lib/resource-1.0/doc/gfdoc/Multimodal.html b/lib/resource-1.0/doc/gfdoc/Multimodal.html
new file mode 100644
index 000000000..4c5642c10
--- /dev/null
+++ b/lib/resource-1.0/doc/gfdoc/Multimodal.html
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ abstract Multimodal =
+ Noun,
+
+
+
+ Adjective,
+ Adverb,
+ Numeral,
+
+
+
+ Structural,
+ Demonstrative,
+ Lexicon
+ ** {} ;
+
+
+
+
+
+
diff --git a/lib/resource-1.0/doc/gfdoc/Noun.html b/lib/resource-1.0/doc/gfdoc/Noun.html
index 19289edaa..12342563f 100644
--- a/lib/resource-1.0/doc/gfdoc/Noun.html
+++ b/lib/resource-1.0/doc/gfdoc/Noun.html
@@ -7,7 +7,7 @@
The construction of nouns, noun phrases, and determiners
Author:
-Last update: Thu Jan 26 15:05:56 2006
+Last update: Tue Jan 31 18:15:45 2006
Numerals
Author:
-Last update: Thu Jan 26 15:05:56 2006
+Last update: Tue Jan 31 18:15:45 2006
Phrases and utterances
Author:
-Last update: Thu Jan 26 15:05:56 2006
+Last update: Tue Jan 31 18:15:45 2006
A Small Predication Library
+
+Author:
+Last update: Tue Jan 31 18:15:47 2006
+
+
+
+
+
+
+
+A Small Predication Library
+
+ abstract Predication = Cat ** {
+
+
+
+The category of atomic sentences
+
+ cat
+ AS ;
+
+ fun
+ PosAS : AS -> S ;
+ NegAS : AS -> S ;
+
+
+
+Predication patterns.
+
+ predV : V -> NP -> AS ; -- one-place verb: "x converges"
+ predV2 : V2 -> NP -> NP -> AS ; -- two-place verb: "x intersects y"
+ predV3 : V3 -> NP->NP-> NP -> AS; -- three-place verb: "x intersects y at z"
+ predVColl : V -> NP -> NP -> AS ; -- collective verb: "x and y intersect"
+ predA : A -> NP -> AS ; -- one-place adjective: "x is even"
+ predA2 : A2 -> NP -> NP -> AS ; -- two-place adj: "x is divisible by y"
+ predAComp : A -> NP -> NP -> AS; -- comparative adj: "x is greater than y"
+ predAColl : A -> NP -> NP -> AS ; -- collective adj: "x and y are parallel"
+ predN : N -> NP -> AS ; -- one-place noun: "x is a point"
+ predN2 : N2 -> NP -> NP -> AS ; -- two-place noun: "x is a divisor of y"
+ predNColl : N -> NP -> NP -> AS ; -- collective noun: "x and y are duals"
+ predAdv : Adv -> NP -> AS ; -- adverb: "x is inside"
+ predPrep : Prep -> NP -> NP -> AS ; -- preposition: "x is outside y"
+
+
+
+Individual-valued function applications
+
+ appN2 : N2 -> NP -> NP ; -- one-place function: "the successor of x"
+ appN3 : N3 -> NP -> NP -> NP ; -- two-place function: "the distance from x to y"
+ appColl : N2 -> NP -> NP -> NP ; -- collective function: "the sum of x and y"
+
+
+
+Families of types
+
+ famN2 : N2 -> NP -> CN ; -- one-place family: "divisor of x"
+ famN3 : N3 -> NP -> NP -> CN ; -- two-place family: "path from x to y"
+ famColl : N2 -> NP -> NP -> CN ; -- collective family: "path between x and y"
+
+
+
+Type constructor
+
+ typN2 : N2 -> CN -> CN ; -- constructed type: "list of integers"
+
+ }
+
+
+
+
+
+
diff --git a/lib/resource-1.0/doc/gfdoc/Question.html b/lib/resource-1.0/doc/gfdoc/Question.html
index f94ce22c6..5760bb64f 100644
--- a/lib/resource-1.0/doc/gfdoc/Question.html
+++ b/lib/resource-1.0/doc/gfdoc/Question.html
@@ -7,7 +7,7 @@
Questions and interrogative pronouns
Author:
-Last update: Thu Jan 26 15:05:57 2006
+Last update: Tue Jan 31 18:15:45 2006
Relative clauses and pronouns
Author:
-Last update: Thu Jan 26 15:05:57 2006
+Last update: Tue Jan 31 18:15:45 2006
Sentences, clauses, imperatives, and sentential complements
Author:
-Last update: Thu Jan 26 15:05:57 2006
+Last update: Tue Jan 31 18:15:45 2006
GF Resource Grammar API for Structural Words
Author:
-Last update: Thu Jan 26 15:05:57 2006
+Last update: Tue Jan 31 18:15:45 2006
Symbolic expressions
Author:
-Last update: Thu Jan 26 15:05:56 2006
+Last update: Tue Jan 31 18:15:47 2006
- abstract Math = Cat ** {
+ abstract Symbol = Cat ** {
-
fun
- SymbPN : Symb -> PN ; -- x
- IntPN : Int -> PN ; -- 27
- CNIntNP : CN -> Int -> NP ; -- level 53
- CNSymbNP : Det -> CN -> [Symb] -> NP ; -- (the) (2) numbers x and y
+ SymbPN : Symb -> PN ; -- x
+ IntPN : Int -> PN ; -- 27
+ FloatPN : Float -> PN ; -- 3.14159
+ CNIntNP : CN -> Int -> NP ; -- level 53
+ CNSymbNP : Det -> CN -> [Symb] -> NP ; -- (the) (2) numbers x and y
@@ -70,5 +71,5 @@ This produces x, y and z, in English.
-
+