diff --git a/lib/resource-1.0/doc/gfdoc/Adjective.html b/lib/resource-1.0/doc/gfdoc/Adjective.html
index 27a3a4e4a..ba2d56630 100644
--- a/lib/resource-1.0/doc/gfdoc/Adjective.html
+++ b/lib/resource-1.0/doc/gfdoc/Adjective.html
@@ -6,7 +6,7 @@
Adjective: Adjectives and Adjectival Phrases
-Last update: 2007-01-07 22:41:17 CET
+Last update: 2006-07-02 00:15:01 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/Adverb.html b/lib/resource-1.0/doc/gfdoc/Adverb.html
index a0955d83b..3f4b82835 100644
--- a/lib/resource-1.0/doc/gfdoc/Adverb.html
+++ b/lib/resource-1.0/doc/gfdoc/Adverb.html
@@ -6,7 +6,7 @@
Adverb: Adverbs and Adverbial Phrases
-Last update: 2007-01-07 22:41:12 CET
+Last update: 2006-06-16 07:46:47 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/Cat.html b/lib/resource-1.0/doc/gfdoc/Cat.html
index 4461d2dbf..864c6afd6 100644
--- a/lib/resource-1.0/doc/gfdoc/Cat.html
+++ b/lib/resource-1.0/doc/gfdoc/Cat.html
@@ -6,7 +6,7 @@
Cat: the Category System
-Last update: 2007-01-07 22:41:17 CET
+Last update: 2006-07-02 00:15:01 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/Combinators.html b/lib/resource-1.0/doc/gfdoc/Combinators.html
index 0758c6284..f4fac94c0 100644
--- a/lib/resource-1.0/doc/gfdoc/Combinators.html
+++ b/lib/resource-1.0/doc/gfdoc/Combinators.html
@@ -6,7 +6,7 @@
Combinators: a High-Level Syntax API
-Last update: 2007-04-21 11:38:28 CEST
+Last update: 2007-05-06 21:39:21 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/Common.html b/lib/resource-1.0/doc/gfdoc/Common.html
index ac3eac41c..20839f99a 100644
--- a/lib/resource-1.0/doc/gfdoc/Common.html
+++ b/lib/resource-1.0/doc/gfdoc/Common.html
@@ -6,7 +6,7 @@
Common: Structures with Common Implementations.
-Last update: 2007-01-07 22:41:17 CET
+Last update: 2006-07-02 00:15:01 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/Conjunction.html b/lib/resource-1.0/doc/gfdoc/Conjunction.html
index dcde081f8..5a3769551 100644
--- a/lib/resource-1.0/doc/gfdoc/Conjunction.html
+++ b/lib/resource-1.0/doc/gfdoc/Conjunction.html
@@ -6,7 +6,7 @@
Conjunction: Coordination
-Last update: 2007-01-07 22:41:17 CET
+Last update: 2006-07-02 00:15:01 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/Constructors.html b/lib/resource-1.0/doc/gfdoc/Constructors.html
index 478603a4b..00369c663 100644
--- a/lib/resource-1.0/doc/gfdoc/Constructors.html
+++ b/lib/resource-1.0/doc/gfdoc/Constructors.html
@@ -6,7 +6,7 @@
Constructors: the High-Level Syntax API
-Last update: 2007-04-21 20:28:53 CEST
+Last update: 2007-05-07 14:48:26 CEST
@@ -182,6 +182,12 @@ to this.
mkNP : overload {
mkNP : Det -> CN -> NP ; -- the old man
mkNP : Det -> N -> NP ; -- the man
+ mkNP : Num -> CN -> NP ; -- forty-five old men
+ mkNP : Num -> N -> NP ; -- forty-five men
+ mkNP : Int -> CN -> NP ; -- 51 old men
+ mkNP : Int -> N -> NP ; -- 51 men
+ mkNP : Digit -> CN -> NP; -- five old men
+ mkNP : Digit -> N -> NP ; -- five men
mkNP : PN -> NP ; -- John
mkNP : Pron -> NP ; -- he
mkNP : Predet -> NP -> NP ; -- all the men
@@ -202,6 +208,7 @@ to this.
mkDet : QuantPl -> Det ; -- these (men)
mkDet : Quant -> Det ; -- this (man)
mkDet : Num -> Det ; -- forty-five (men)
+ mkDet : Int -> Det ; -- 51 (men)
mkDet : Digit -> Det ; -- five (men)
mkDet : Pron -> Det -- my (house)
} ;
diff --git a/lib/resource-1.0/doc/gfdoc/Grammar.html b/lib/resource-1.0/doc/gfdoc/Grammar.html
index 2042d7dbe..99d30d5e2 100644
--- a/lib/resource-1.0/doc/gfdoc/Grammar.html
+++ b/lib/resource-1.0/doc/gfdoc/Grammar.html
@@ -6,7 +6,7 @@
Grammar: the Main Module of the Resource Grammar
-Last update: 2007-01-07 22:41:17 CET
+Last update: 2006-07-02 00:15:01 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/Idiom.html b/lib/resource-1.0/doc/gfdoc/Idiom.html
index 3d805ed5c..1392a9d75 100644
--- a/lib/resource-1.0/doc/gfdoc/Idiom.html
+++ b/lib/resource-1.0/doc/gfdoc/Idiom.html
@@ -6,7 +6,7 @@
Idiom: Idiomatic Expressions
-Last update: 2007-01-07 22:41:12 CET
+Last update: 2006-06-16 07:46:47 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/Lang.html b/lib/resource-1.0/doc/gfdoc/Lang.html
index 41a61ee6d..8bd320137 100644
--- a/lib/resource-1.0/doc/gfdoc/Lang.html
+++ b/lib/resource-1.0/doc/gfdoc/Lang.html
@@ -6,7 +6,7 @@
Lang: a Test Module for the Resource Grammar
-Last update: 2007-01-07 22:41:17 CET
+Last update: 2006-07-02 00:15:01 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/Lexicon.html b/lib/resource-1.0/doc/gfdoc/Lexicon.html
index 587be3562..a9c83d429 100644
--- a/lib/resource-1.0/doc/gfdoc/Lexicon.html
+++ b/lib/resource-1.0/doc/gfdoc/Lexicon.html
@@ -13,7 +13,7 @@
-Last update: 2007-01-07 22:41:17 CET
+Last update: 2006-07-02 00:15:01 CEST
Produced by
diff --git a/lib/resource-1.0/doc/gfdoc/Mathematical.html b/lib/resource-1.0/doc/gfdoc/Mathematical.html
index 1ef9ea644..dffb690b3 100644
--- a/lib/resource-1.0/doc/gfdoc/Mathematical.html
+++ b/lib/resource-1.0/doc/gfdoc/Mathematical.html
@@ -6,7 +6,7 @@
The Mathematics API to the Resource Grammar
-Last update: 2007-01-07 22:41:03 CET
+Last update: 2006-03-03 17:06:11 CET
diff --git a/lib/resource-1.0/doc/gfdoc/Multi.html b/lib/resource-1.0/doc/gfdoc/Multi.html
index 582af0663..ea9b331e7 100644
--- a/lib/resource-1.0/doc/gfdoc/Multi.html
+++ b/lib/resource-1.0/doc/gfdoc/Multi.html
@@ -6,7 +6,7 @@
Multimodal additions to the resource grammar library
-Last update: 2007-01-07 22:41:11 CET
+Last update: 2006-05-31 02:54:54 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/Noun.html b/lib/resource-1.0/doc/gfdoc/Noun.html
index b60ffb3e5..2706ec2d5 100644
--- a/lib/resource-1.0/doc/gfdoc/Noun.html
+++ b/lib/resource-1.0/doc/gfdoc/Noun.html
@@ -6,7 +6,7 @@
Noun: Nouns, noun phrases, and determiners
-Last update: 2007-01-07 22:41:17 CET
+Last update: 2006-07-02 00:15:01 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/Numeral.html b/lib/resource-1.0/doc/gfdoc/Numeral.html
index ed0cb8f6c..ab219fdbc 100644
--- a/lib/resource-1.0/doc/gfdoc/Numeral.html
+++ b/lib/resource-1.0/doc/gfdoc/Numeral.html
@@ -6,7 +6,7 @@
Numerals
-Last update: 2007-01-07 22:41:17 CET
+Last update: 2006-07-02 00:15:01 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsDan.html b/lib/resource-1.0/doc/gfdoc/ParadigmsDan.html
index 2320408d9..dec490e1f 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsDan.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsDan.html
@@ -6,7 +6,7 @@
Danish Lexical Paradigms
-Last update: 2007-01-07 22:41:17 CET
+Last update: 2006-07-02 00:15:01 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsEng.html b/lib/resource-1.0/doc/gfdoc/ParadigmsEng.html
index 85ccb17eb..e2767914a 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsEng.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsEng.html
@@ -6,7 +6,7 @@
English Lexical Paradigms
-Last update: 2007-01-07 22:41:22 CET
+Last update: 2007-01-08 17:30:04 CET
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsFin.html b/lib/resource-1.0/doc/gfdoc/ParadigmsFin.html
index 9440250fe..6c7c17d4c 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsFin.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsFin.html
@@ -6,7 +6,7 @@
Finnish Lexical Paradigms
-Last update: 2007-01-07 22:41:21 CET
+Last update: 2006-11-21 14:49:06 CET
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsFre.html b/lib/resource-1.0/doc/gfdoc/ParadigmsFre.html
index 94910ff1d..95af6cb92 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsFre.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsFre.html
@@ -6,7 +6,7 @@
French Lexical Paradigms
-Last update: 2007-01-07 22:41:17 CET
+Last update: 2006-07-02 00:15:01 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsGer.html b/lib/resource-1.0/doc/gfdoc/ParadigmsGer.html
index bd4fb918b..36310d8c3 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsGer.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsGer.html
@@ -6,7 +6,7 @@
German Lexical Paradigms
-Last update: 2007-03-22 15:12:56 CET
+Last update: 2007-03-22 14:10:09 CET
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsIta.html b/lib/resource-1.0/doc/gfdoc/ParadigmsIta.html
index aeb627626..b967874dd 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsIta.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsIta.html
@@ -6,7 +6,7 @@
Italian Lexical Paradigms
-Last update: 2007-01-07 22:41:22 CET
+Last update: 2006-12-15 17:11:19 CET
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsNor.html b/lib/resource-1.0/doc/gfdoc/ParadigmsNor.html
index b921cebc4..a1b41ea8b 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsNor.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsNor.html
@@ -6,7 +6,7 @@
Norwegian Lexical Paradigms
-Last update: 2007-01-07 22:41:17 CET
+Last update: 2006-07-02 00:15:01 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsRus.html b/lib/resource-1.0/doc/gfdoc/ParadigmsRus.html
index 034020b8b..41288297e 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsRus.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsRus.html
@@ -6,7 +6,7 @@
Russian Lexical Paradigms
-Last update: 2007-01-07 22:41:18 CET
+Last update: 2006-09-07 16:12:56 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsSpa.html b/lib/resource-1.0/doc/gfdoc/ParadigmsSpa.html
index a2fc8f8c1..0021449b6 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsSpa.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsSpa.html
@@ -6,7 +6,7 @@
Spanish Lexical Paradigms
-Last update: 2007-03-20 22:11:38 CET
+Last update: 2007-03-19 18:25:03 CET
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsSwe.html b/lib/resource-1.0/doc/gfdoc/ParadigmsSwe.html
index 8fa07ef5d..8144a4660 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsSwe.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsSwe.html
@@ -6,7 +6,7 @@
Swedish Lexical Paradigms
-Last update: 2007-03-06 17:49:19 CET
+Last update: 2007-03-06 17:30:03 CET
diff --git a/lib/resource-1.0/doc/gfdoc/Phrase.html b/lib/resource-1.0/doc/gfdoc/Phrase.html
index 9540272cb..5b0abd5b7 100644
--- a/lib/resource-1.0/doc/gfdoc/Phrase.html
+++ b/lib/resource-1.0/doc/gfdoc/Phrase.html
@@ -6,7 +6,7 @@
Phrase: Phrases and Utterances
-Last update: 2007-01-07 22:41:22 CET
+Last update: 2006-12-15 17:11:19 CET
diff --git a/lib/resource-1.0/doc/gfdoc/Precedence.html b/lib/resource-1.0/doc/gfdoc/Precedence.html
index bdf88191d..2e534a10e 100644
--- a/lib/resource-1.0/doc/gfdoc/Precedence.html
+++ b/lib/resource-1.0/doc/gfdoc/Precedence.html
@@ -13,7 +13,7 @@
-Last update: 2007-01-07 22:40:27 CET
+Last update: 2006-03-03 17:05:26 CET
Produced by
diff --git a/lib/resource-1.0/doc/gfdoc/Predef.html b/lib/resource-1.0/doc/gfdoc/Predef.html
index 3c0b9c160..0d3bb7fae 100644
--- a/lib/resource-1.0/doc/gfdoc/Predef.html
+++ b/lib/resource-1.0/doc/gfdoc/Predef.html
@@ -6,7 +6,7 @@
Predefined functions for concrete syntax
-Last update: 2007-01-07 22:41:18 CET
+Last update: 2006-09-05 15:15:35 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/PredefAbs.html b/lib/resource-1.0/doc/gfdoc/PredefAbs.html
index 434ef1cea..3f9e7a47c 100644
--- a/lib/resource-1.0/doc/gfdoc/PredefAbs.html
+++ b/lib/resource-1.0/doc/gfdoc/PredefAbs.html
@@ -13,7 +13,7 @@
-Last update: 2007-01-07 22:41:12 CET
+Last update: 2006-06-16 07:46:47 CEST
Produced by
diff --git a/lib/resource-1.0/doc/gfdoc/Predication.html b/lib/resource-1.0/doc/gfdoc/Predication.html
index 2d5256030..c36a1db0c 100644
--- a/lib/resource-1.0/doc/gfdoc/Predication.html
+++ b/lib/resource-1.0/doc/gfdoc/Predication.html
@@ -6,7 +6,7 @@
A Small Predication Library
-Last update: 2007-01-07 22:41:03 CET
+Last update: 2006-03-03 17:06:11 CET
diff --git a/lib/resource-1.0/doc/gfdoc/Prelude.html b/lib/resource-1.0/doc/gfdoc/Prelude.html
index 9cb9a1ea0..2302d0479 100644
--- a/lib/resource-1.0/doc/gfdoc/Prelude.html
+++ b/lib/resource-1.0/doc/gfdoc/Prelude.html
@@ -6,7 +6,7 @@
The GF Prelude
-Last update: 2007-01-07 22:41:03 CET
+Last update: 2006-03-03 17:06:11 CET
diff --git a/lib/resource-1.0/doc/gfdoc/Question.html b/lib/resource-1.0/doc/gfdoc/Question.html
index 8cf6b1816..590ab5e1a 100644
--- a/lib/resource-1.0/doc/gfdoc/Question.html
+++ b/lib/resource-1.0/doc/gfdoc/Question.html
@@ -6,7 +6,7 @@
Question: Questions and Interrogative Pronouns
-Last update: 2007-01-07 22:41:17 CET
+Last update: 2006-07-02 00:15:01 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/Relative.html b/lib/resource-1.0/doc/gfdoc/Relative.html
index 051e0dd49..0a0e73b56 100644
--- a/lib/resource-1.0/doc/gfdoc/Relative.html
+++ b/lib/resource-1.0/doc/gfdoc/Relative.html
@@ -6,7 +6,7 @@
Relative clauses and pronouns
-Last update: 2007-01-07 22:41:17 CET
+Last update: 2006-07-02 00:15:01 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/Sentence.html b/lib/resource-1.0/doc/gfdoc/Sentence.html
index 1556ce69c..001625f72 100644
--- a/lib/resource-1.0/doc/gfdoc/Sentence.html
+++ b/lib/resource-1.0/doc/gfdoc/Sentence.html
@@ -6,7 +6,7 @@
Sentence: Sentences, Clauses, and Imperatives
-Last update: 2007-01-07 22:41:22 CET
+Last update: 2007-01-08 17:30:04 CET
diff --git a/lib/resource-1.0/doc/gfdoc/Structural.html b/lib/resource-1.0/doc/gfdoc/Structural.html
index 08791d60c..9d260df14 100644
--- a/lib/resource-1.0/doc/gfdoc/Structural.html
+++ b/lib/resource-1.0/doc/gfdoc/Structural.html
@@ -6,7 +6,7 @@
Structural: Structural Words
-Last update: 2007-01-07 22:41:22 CET
+Last update: 2006-12-01 13:43:01 CET
diff --git a/lib/resource-1.0/doc/gfdoc/Symbol.html b/lib/resource-1.0/doc/gfdoc/Symbol.html
index 1a3b06596..9959cd737 100644
--- a/lib/resource-1.0/doc/gfdoc/Symbol.html
+++ b/lib/resource-1.0/doc/gfdoc/Symbol.html
@@ -6,7 +6,7 @@
Symbolic expressions
-Last update: 2007-01-07 22:41:22 CET
+Last update: 2006-12-01 13:43:01 CET
diff --git a/lib/resource-1.0/doc/gfdoc/Symbolic.html b/lib/resource-1.0/doc/gfdoc/Symbolic.html
index 23946e016..6e42bf64a 100644
--- a/lib/resource-1.0/doc/gfdoc/Symbolic.html
+++ b/lib/resource-1.0/doc/gfdoc/Symbolic.html
@@ -6,7 +6,7 @@
Symbolic: Noun Phrases with mathematical symbols
-Last update: 2007-01-07 22:41:22 CET
+Last update: 2007-01-08 17:30:04 CET
diff --git a/lib/resource-1.0/doc/gfdoc/Text.html b/lib/resource-1.0/doc/gfdoc/Text.html
index ac79397d4..c1077b05b 100644
--- a/lib/resource-1.0/doc/gfdoc/Text.html
+++ b/lib/resource-1.0/doc/gfdoc/Text.html
@@ -6,7 +6,7 @@
Text: Texts
-Last update: 2007-01-07 22:41:12 CET
+Last update: 2006-06-16 07:46:47 CEST
diff --git a/lib/resource-1.0/doc/gfdoc/Verb.html b/lib/resource-1.0/doc/gfdoc/Verb.html
index 505f68f49..6da98f84e 100644
--- a/lib/resource-1.0/doc/gfdoc/Verb.html
+++ b/lib/resource-1.0/doc/gfdoc/Verb.html
@@ -6,7 +6,7 @@
The construction of verb phrases
-Last update: 2007-01-07 22:41:03 CET
+Last update: 2006-03-03 17:06:11 CET