diff --git a/lib/prelude/Coordination.gf b/lib/prelude/Coordination.gf index 9e707faa1..bbc027048 100644 --- a/lib/prelude/Coordination.gf +++ b/lib/prelude/Coordination.gf @@ -120,5 +120,12 @@ oper \P,c,x,xs -> {s1 = table P {o => x.s ! o ++ c ++ xs.s1 ! o} ; s2 = xs.s2} ; + consrTable2 : (P,Q : Type) -> Str -> {s : P => Q => Str} -> + ListTable2 P Q -> ListTable2 P Q = + \P,Q,c,x,xs -> + {s1 = table P {p => table Q {q => x.s ! p ! q ++ c ++ xs.s1 ! p ! q}} ; + s2 = xs.s2 + } ; + } ; diff --git a/lib/resource-1.0/README b/lib/resource-1.0/README index f6a3461f2..2d9d3aaca 100644 --- a/lib/resource-1.0/README +++ b/lib/resource-1.0/README @@ -58,6 +58,8 @@ When will it be ready? Hopefully around February 2005. ---------- later history and status: + 7/2 Finnish added. + 3/2 Spanish added, except ordinal numerals. Much remains to do in Spa & Ita clitics. 1/2 Italian added. diff --git a/lib/resource-1.0/TODO b/lib/resource-1.0/TODO index a43e0815a..a72e7c8f8 100644 --- a/lib/resource-1.0/TODO +++ b/lib/resource-1.0/TODO @@ -38,4 +38,7 @@ API: swadesh/: build a swadesh-related API and migrate lexica API: mathematical/: symbolic formulas as Cl +API: text construction + +All: punctuation diff --git a/lib/resource-1.0/doc/gfdoc/Adjective.html b/lib/resource-1.0/doc/gfdoc/Adjective.html index e87145728..5e1b3aa6f 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: Fri Feb 3 10:28:10 2006 +Last update: Tue Feb 7 19:04:48 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Adverb.html b/lib/resource-1.0/doc/gfdoc/Adverb.html index f004c61a2..6b4c3b7a9 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: Fri Feb 3 10:28:10 2006 +Last update: Tue Feb 7 19:04:48 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Cat.html b/lib/resource-1.0/doc/gfdoc/Cat.html index 82269dd46..ea2d10b2e 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: Fri Feb 3 10:28:10 2006 +Last update: Tue Feb 7 19:04:49 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Conjunction.html b/lib/resource-1.0/doc/gfdoc/Conjunction.html index 3a3606de4..26709d54e 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: Fri Feb 3 10:28:10 2006 +Last update: Tue Feb 7 19:04:49 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Demonstrative.html b/lib/resource-1.0/doc/gfdoc/Demonstrative.html index 0652a2e1d..4f83d397a 100644 --- a/lib/resource-1.0/doc/gfdoc/Demonstrative.html +++ b/lib/resource-1.0/doc/gfdoc/Demonstrative.html @@ -14,7 +14,7 @@

Author: -Last update: Fri Feb 3 10:28:14 2006 +Last update: Tue Feb 7 19:04:53 2006

Produced by diff --git a/lib/resource-1.0/doc/gfdoc/Lang.html b/lib/resource-1.0/doc/gfdoc/Lang.html index 1d1ebd393..4c81cec31 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: Fri Feb 3 10:28:10 2006 +Last update: Tue Feb 7 19:04:49 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Mathematical.html b/lib/resource-1.0/doc/gfdoc/Mathematical.html index e73ec96fd..e018465dd 100644 --- a/lib/resource-1.0/doc/gfdoc/Mathematical.html +++ b/lib/resource-1.0/doc/gfdoc/Mathematical.html @@ -7,7 +7,7 @@

The Mathematics API to the Resource Grammar

Author:
-Last update: Fri Feb 3 10:28:13 2006 +Last update: Tue Feb 7 19:04:53 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Multimodal.html b/lib/resource-1.0/doc/gfdoc/Multimodal.html index f1da06bee..a8890de6f 100644 --- a/lib/resource-1.0/doc/gfdoc/Multimodal.html +++ b/lib/resource-1.0/doc/gfdoc/Multimodal.html @@ -14,7 +14,7 @@

Author: -Last update: Fri Feb 3 10:28:14 2006 +Last update: Tue Feb 7 19:04:53 2006

Produced by diff --git a/lib/resource-1.0/doc/gfdoc/Noun.html b/lib/resource-1.0/doc/gfdoc/Noun.html index 5bd6ca134..77bf1aa6f 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: Fri Feb 3 10:28:11 2006 +Last update: Tue Feb 7 19:04:50 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Numeral.html b/lib/resource-1.0/doc/gfdoc/Numeral.html index 039299c4b..2cfffa8e6 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: Fri Feb 3 10:28:11 2006 +Last update: Tue Feb 7 19:04:50 2006

diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsEng.html b/lib/resource-1.0/doc/gfdoc/ParadigmsEng.html index 3f1d277cb..89c0eda59 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: Fri Feb 3 10:28:12 2006 +Last update: Tue Feb 7 19:04:51 2006

Produced by diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsFre.html b/lib/resource-1.0/doc/gfdoc/ParadigmsFre.html index 5eb2a5b52..bd788334a 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: Fri Feb 3 10:28:12 2006 +Last update: Tue Feb 7 19:04:52 2006

Produced by diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsGer.html b/lib/resource-1.0/doc/gfdoc/ParadigmsGer.html index 610e68c48..39fc6b7f0 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: Fri Feb 3 10:28:13 2006 +Last update: Tue Feb 7 19:04:52 2006

Produced by diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsIta.html b/lib/resource-1.0/doc/gfdoc/ParadigmsIta.html index 249491e97..a3295f030 100644 --- a/lib/resource-1.0/doc/gfdoc/ParadigmsIta.html +++ b/lib/resource-1.0/doc/gfdoc/ParadigmsIta.html @@ -41,7 +41,7 @@

Author: -Last update: Fri Feb 3 10:28:13 2006 +Last update: Tue Feb 7 19:04:52 2006

Produced by diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsNor.html b/lib/resource-1.0/doc/gfdoc/ParadigmsNor.html index d95fa61dd..22b6b8240 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: Fri Feb 3 10:28:13 2006 +Last update: Tue Feb 7 19:04:52 2006

Produced by diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsSpa.html b/lib/resource-1.0/doc/gfdoc/ParadigmsSpa.html index f9849b50d..76b8015b3 100644 --- a/lib/resource-1.0/doc/gfdoc/ParadigmsSpa.html +++ b/lib/resource-1.0/doc/gfdoc/ParadigmsSpa.html @@ -41,7 +41,7 @@

Author: -Last update: Fri Feb 3 10:28:13 2006 +Last update: Tue Feb 7 19:04:52 2006

Produced by diff --git a/lib/resource-1.0/doc/gfdoc/ParadigmsSwe.html b/lib/resource-1.0/doc/gfdoc/ParadigmsSwe.html index 68fe50f46..b73be52a1 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: Fri Feb 3 10:28:13 2006 +Last update: Tue Feb 7 19:04:52 2006

Produced by diff --git a/lib/resource-1.0/doc/gfdoc/Phrase.html b/lib/resource-1.0/doc/gfdoc/Phrase.html index 6a6cec7da..8cb2731b0 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: Fri Feb 3 10:28:11 2006 +Last update: Tue Feb 7 19:04:50 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Predication.html b/lib/resource-1.0/doc/gfdoc/Predication.html index f6424be3b..03a6e4e8f 100644 --- a/lib/resource-1.0/doc/gfdoc/Predication.html +++ b/lib/resource-1.0/doc/gfdoc/Predication.html @@ -7,7 +7,7 @@

A Small Predication Library

Author:
-Last update: Fri Feb 3 10:28:14 2006 +Last update: Tue Feb 7 19:04:53 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Question.html b/lib/resource-1.0/doc/gfdoc/Question.html index f257da675..6ef994d05 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: Fri Feb 3 10:28:11 2006 +Last update: Tue Feb 7 19:04:50 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Relative.html b/lib/resource-1.0/doc/gfdoc/Relative.html index c422611ee..92ca39433 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: Fri Feb 3 10:28:11 2006 +Last update: Tue Feb 7 19:04:50 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Sentence.html b/lib/resource-1.0/doc/gfdoc/Sentence.html index b7fb61982..c3f9beb7a 100644 --- a/lib/resource-1.0/doc/gfdoc/Sentence.html +++ b/lib/resource-1.0/doc/gfdoc/Sentence.html @@ -7,7 +7,7 @@

Sentences, clauses, imperatives, and sentential complements

Author:
-Last update: Fri Feb 3 10:28:12 2006 +Last update: Tue Feb 7 19:04:50 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Structural.html b/lib/resource-1.0/doc/gfdoc/Structural.html index 3f3278c2b..b344945af 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: Fri Feb 3 10:28:12 2006 +Last update: Tue Feb 7 19:04:51 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Symbol.html b/lib/resource-1.0/doc/gfdoc/Symbol.html index 5ac9b5894..37b4c5a85 100644 --- a/lib/resource-1.0/doc/gfdoc/Symbol.html +++ b/lib/resource-1.0/doc/gfdoc/Symbol.html @@ -7,7 +7,7 @@

Symbolic expressions

Author:
-Last update: Fri Feb 3 10:28:14 2006 +Last update: Tue Feb 7 19:04:53 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Tense.html b/lib/resource-1.0/doc/gfdoc/Tense.html index c41f0544a..5ad23f01d 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: Fri Feb 3 10:28:12 2006 +Last update: Tue Feb 7 19:04:51 2006

diff --git a/lib/resource-1.0/doc/gfdoc/Verb.html b/lib/resource-1.0/doc/gfdoc/Verb.html index a42ae0d03..119b1ffad 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: Fri Feb 3 10:28:12 2006 +Last update: Tue Feb 7 19:04:51 2006

diff --git a/lib/resource-1.0/doc/index.html b/lib/resource-1.0/doc/index.html index 45a935381..05331eef9 100644 --- a/lib/resource-1.0/doc/index.html +++ b/lib/resource-1.0/doc/index.html @@ -7,7 +7,7 @@

GF Resource Grammar Library v. 1.0

Author: Aarne Ranta <aarne (at) cs.chalmers.se>
-Last update: Fri Feb 3 10:25:39 2006 +Last update: Tue Feb 7 19:05:12 2006

@@ -68,6 +68,7 @@ The documentation of the individual modules:

The language-dependent APIs