diff --git a/lib/resource-1.0/Makefile b/lib/resource-1.0/Makefile
index 371ad3b0a..83fab8ab4 100644
--- a/lib/resource-1.0/Makefile
+++ b/lib/resource-1.0/Makefile
@@ -1,11 +1,8 @@
test:
- gf -src english/LangEng.gf swedish/LangSwe.gf german/LangGer.gf
+ gf -src */Lang*.gf
stat:
- wc english/*.gfc
- wc swedish/*.gfc
- wc german/*.gfc
-
+ wc */*.gfc
gfdoc:
gfdoc -txthtml abstract/*.gf
gfdoc -txthtml */Paradigms*.gf
diff --git a/lib/resource-1.0/README b/lib/resource-1.0/README
index ada695907..755a2ce81 100644
--- a/lib/resource-1.0/README
+++ b/lib/resource-1.0/README
@@ -42,6 +42,9 @@ When will it be ready? Hopefully around February 2005.
---------- later history and status:
+20/1 Main difficulties of French and Romance implemented. Also
+ParadigmsFre and fragments of LangFre.
+
17/1 All of English, Swedish, and German implemented. Some known bugs
remain, also some ToDo API functions.
diff --git a/lib/resource-1.0/doc/gf-resource-lib.html b/lib/resource-1.0/doc/gf-resource-lib.html
index 824ef493c..20250e5ac 100644
--- a/lib/resource-1.0/doc/gf-resource-lib.html
+++ b/lib/resource-1.0/doc/gf-resource-lib.html
@@ -7,7 +7,7 @@
GF Resource Grammar Library v. 1.0
Author: Aarne Ranta <aarne (at) cs.chalmers.se>
-Last update: Wed Jan 18 19:25:55 2006
+Last update: Fri Jan 20 18:02:22 2006
@@ -62,6 +62,7 @@ The documentation of the individual modules:
The language-dependent APIs
diff --git a/lib/resource-1.0/doc/gf-resource-lib.txt b/lib/resource-1.0/doc/gf-resource-lib.txt
index a815d8de2..4d41a0f88 100644
--- a/lib/resource-1.0/doc/gf-resource-lib.txt
+++ b/lib/resource-1.0/doc/gf-resource-lib.txt
@@ -46,5 +46,6 @@ The documentation of the individual modules:
==The language-dependent APIs==
- [ParadigmsEng gfdoc/ParadigmsEng.html]: English lexical paradigms
+- [ParadigmsFre gfdoc/ParadigmsFre.html]: French lexical paradigms
- [ParadigmsGer gfdoc/ParadigmsGer.html]: German lexical paradigms
- [ParadigmsSwe gfdoc/ParadigmsSwe.html]: Swedish lexical paradigms
diff --git a/lib/resource-1.0/doc/gfdoc/Adjective.html b/lib/resource-1.0/doc/gfdoc/Adjective.html
index a2e7d6bb3..5ec079344 100644
--- a/lib/resource-1.0/doc/gfdoc/Adjective.html
+++ b/lib/resource-1.0/doc/gfdoc/Adjective.html
@@ -7,7 +7,7 @@
Adjectives and adjectival phrases
Author:
-Last update: Wed Jan 18 19:07:58 2006
+Last update: Fri Jan 20 18:01:37 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Adverb.html b/lib/resource-1.0/doc/gfdoc/Adverb.html
index ba1099ae6..abfe772d4 100644
--- a/lib/resource-1.0/doc/gfdoc/Adverb.html
+++ b/lib/resource-1.0/doc/gfdoc/Adverb.html
@@ -7,7 +7,7 @@
Adverbs and adverbial phrases
Author:
-Last update: Wed Jan 18 19:07:59 2006
+Last update: Fri Jan 20 18:01:37 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Basic.html b/lib/resource-1.0/doc/gfdoc/Basic.html
index 0d19bce10..7066d8215 100644
--- a/lib/resource-1.0/doc/gfdoc/Basic.html
+++ b/lib/resource-1.0/doc/gfdoc/Basic.html
@@ -7,7 +7,7 @@
A Basic Lexicon
Author:
-Last update: Wed Jan 18 19:07:59 2006
+Last update: Fri Jan 20 18:01:37 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Cat.html b/lib/resource-1.0/doc/gfdoc/Cat.html
index 383c03b19..430ad80d4 100644
--- a/lib/resource-1.0/doc/gfdoc/Cat.html
+++ b/lib/resource-1.0/doc/gfdoc/Cat.html
@@ -7,7 +7,7 @@
The category system
Author:
-Last update: Wed Jan 18 19:07:59 2006
+Last update: Fri Jan 20 18:01:37 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Conjunction.html b/lib/resource-1.0/doc/gfdoc/Conjunction.html
index 3d3c0ccbe..b3905380b 100644
--- a/lib/resource-1.0/doc/gfdoc/Conjunction.html
+++ b/lib/resource-1.0/doc/gfdoc/Conjunction.html
@@ -7,7 +7,7 @@
Coordination
Author:
-Last update: Wed Jan 18 19:07:59 2006
+Last update: Fri Jan 20 18:01:38 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Lang.html b/lib/resource-1.0/doc/gfdoc/Lang.html
index a8619c02c..e73346719 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: Wed Jan 18 19:07:59 2006
+Last update: Fri Jan 20 18:01:38 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Lex.html b/lib/resource-1.0/doc/gfdoc/Lex.html
index 014773522..c7b4ada39 100644
--- a/lib/resource-1.0/doc/gfdoc/Lex.html
+++ b/lib/resource-1.0/doc/gfdoc/Lex.html
@@ -7,7 +7,7 @@
Test lexicon
Author:
-Last update: Wed Jan 18 19:07:59 2006
+Last update: Fri Jan 20 18:01:38 2006
diff --git a/lib/resource-1.0/doc/gfdoc/ListConjunction.html b/lib/resource-1.0/doc/gfdoc/ListConjunction.html
index 1c17b4449..fc8465503 100644
--- a/lib/resource-1.0/doc/gfdoc/ListConjunction.html
+++ b/lib/resource-1.0/doc/gfdoc/ListConjunction.html
@@ -14,7 +14,7 @@
Author:
-Last update: Wed Jan 18 19:08:00 2006
+Last update: Fri Jan 20 18:01:38 2006
Produced by
diff --git a/lib/resource-1.0/doc/gfdoc/Math.html b/lib/resource-1.0/doc/gfdoc/Math.html
index da2abcf18..f52e9f688 100644
--- a/lib/resource-1.0/doc/gfdoc/Math.html
+++ b/lib/resource-1.0/doc/gfdoc/Math.html
@@ -7,7 +7,7 @@
Symbolic expressions
Author:
-Last update: Wed Jan 18 19:08:00 2006
+Last update: Fri Jan 20 18:01:38 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Noun.html b/lib/resource-1.0/doc/gfdoc/Noun.html
index 06802e26b..95497a073 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: Wed Jan 18 19:08:00 2006
+Last update: Fri Jan 20 18:01:38 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Numeral.html b/lib/resource-1.0/doc/gfdoc/Numeral.html
index 98997d242..9a1c5f47c 100644
--- a/lib/resource-1.0/doc/gfdoc/Numeral.html
+++ b/lib/resource-1.0/doc/gfdoc/Numeral.html
@@ -7,7 +7,7 @@
Numerals
Author:
-Last update: Wed Jan 18 19:08:00 2006
+Last update: Fri Jan 20 18:01:38 2006
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsEng.html b/lib/resource-1.0/doc/gfdoc/ParadigmsEng.html
index f594f1096..9cb2c4d5e 100644
--- a/lib/resource-1.0/doc/gfdoc/ParadigmsEng.html
+++ b/lib/resource-1.0/doc/gfdoc/ParadigmsEng.html
@@ -43,7 +43,7 @@
Author:
-Last update: Wed Jan 18 19:08:02 2006
+Last update: Fri Jan 20 18:01:40 2006
Produced by
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsGer.html b/lib/resource-1.0/doc/gfdoc/ParadigmsGer.html
index 942fa0746..dd001478e 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: Wed Jan 18 19:08:02 2006
+Last update: Fri Jan 20 18:01:41 2006
Produced by
diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsSwe.html b/lib/resource-1.0/doc/gfdoc/ParadigmsSwe.html
index 40bb80aab..c53466c45 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: Wed Jan 18 19:08:02 2006
+Last update: Fri Jan 20 18:01:41 2006
Produced by
diff --git a/lib/resource-1.0/doc/gfdoc/Phrase.html b/lib/resource-1.0/doc/gfdoc/Phrase.html
index eb3f8c015..781ac4ae5 100644
--- a/lib/resource-1.0/doc/gfdoc/Phrase.html
+++ b/lib/resource-1.0/doc/gfdoc/Phrase.html
@@ -7,7 +7,7 @@
Phrases and utterances
Author:
-Last update: Wed Jan 18 19:08:00 2006
+Last update: Fri Jan 20 18:01:39 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Question.html b/lib/resource-1.0/doc/gfdoc/Question.html
index 4fa8546fa..f1a33bc81 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: Wed Jan 18 19:08:00 2006
+Last update: Fri Jan 20 18:01:39 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Relative.html b/lib/resource-1.0/doc/gfdoc/Relative.html
index d55e01830..f9b5ebb5e 100644
--- a/lib/resource-1.0/doc/gfdoc/Relative.html
+++ b/lib/resource-1.0/doc/gfdoc/Relative.html
@@ -7,7 +7,7 @@
Relative clauses and pronouns
Author:
-Last update: Wed Jan 18 19:08:01 2006
+Last update: Fri Jan 20 18:01:39 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Sentence.html b/lib/resource-1.0/doc/gfdoc/Sentence.html
index 8b5db9e91..f1c6f4029 100644
--- a/lib/resource-1.0/doc/gfdoc/Sentence.html
+++ b/lib/resource-1.0/doc/gfdoc/Sentence.html
@@ -7,7 +7,7 @@
Clauses, imperatives, and sentential complements
Author:
-Last update: Wed Jan 18 19:08:01 2006
+Last update: Fri Jan 20 18:01:39 2006
diff --git a/lib/resource-1.0/doc/gfdoc/SeqConjunction.html b/lib/resource-1.0/doc/gfdoc/SeqConjunction.html
index 6d7b50091..f4497b009 100644
--- a/lib/resource-1.0/doc/gfdoc/SeqConjunction.html
+++ b/lib/resource-1.0/doc/gfdoc/SeqConjunction.html
@@ -7,7 +7,7 @@
Conjunctions of left-recursive lists
Author:
-Last update: Wed Jan 18 19:08:01 2006
+Last update: Fri Jan 20 18:01:39 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Structural.html b/lib/resource-1.0/doc/gfdoc/Structural.html
index 917cd1de4..391f02b74 100644
--- a/lib/resource-1.0/doc/gfdoc/Structural.html
+++ b/lib/resource-1.0/doc/gfdoc/Structural.html
@@ -7,7 +7,7 @@
GF Resource Grammar API for Structural Words
Author:
-Last update: Wed Jan 18 19:08:01 2006
+Last update: Fri Jan 20 18:01:39 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Tense.html b/lib/resource-1.0/doc/gfdoc/Tense.html
index cb85be2f8..6803f8c21 100644
--- a/lib/resource-1.0/doc/gfdoc/Tense.html
+++ b/lib/resource-1.0/doc/gfdoc/Tense.html
@@ -7,7 +7,7 @@
Tense, Polarity, and Anteriority
Author:
-Last update: Wed Jan 18 19:08:01 2006
+Last update: Fri Jan 20 18:01:40 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Tensed.html b/lib/resource-1.0/doc/gfdoc/Tensed.html
index 989e0e0e8..65824e318 100644
--- a/lib/resource-1.0/doc/gfdoc/Tensed.html
+++ b/lib/resource-1.0/doc/gfdoc/Tensed.html
@@ -7,7 +7,7 @@
Tensed forms of sentences, questions, and relative clauses
Author:
-Last update: Wed Jan 18 19:08:01 2006
+Last update: Fri Jan 20 18:01:40 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Test.html b/lib/resource-1.0/doc/gfdoc/Test.html
index 2d2e78d4d..caf8c1a02 100644
--- a/lib/resource-1.0/doc/gfdoc/Test.html
+++ b/lib/resource-1.0/doc/gfdoc/Test.html
@@ -7,7 +7,7 @@
The Reduced Top Module of the Resource Grammar
Author:
-Last update: Wed Jan 18 19:08:02 2006
+Last update: Fri Jan 20 18:01:40 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Untensed.html b/lib/resource-1.0/doc/gfdoc/Untensed.html
index 45e75f01d..f655b33cc 100644
--- a/lib/resource-1.0/doc/gfdoc/Untensed.html
+++ b/lib/resource-1.0/doc/gfdoc/Untensed.html
@@ -7,7 +7,7 @@
Untensed forms of sentences, questions, and relative clauses
Author:
-Last update: Wed Jan 18 19:08:02 2006
+Last update: Fri Jan 20 18:01:40 2006
diff --git a/lib/resource-1.0/doc/gfdoc/Verb.html b/lib/resource-1.0/doc/gfdoc/Verb.html
index 4472024d1..c1e20c622 100644
--- a/lib/resource-1.0/doc/gfdoc/Verb.html
+++ b/lib/resource-1.0/doc/gfdoc/Verb.html
@@ -7,7 +7,7 @@
The construction of verb phrases
Author:
-Last update: Wed Jan 18 19:08:02 2006
+Last update: Fri Jan 20 18:01:40 2006