diff --git a/resource-1.0/Makefile b/resource-1.0/Makefile index 7daa44921..77dcddbe6 100644 --- a/resource-1.0/Makefile +++ b/resource-1.0/Makefile @@ -5,6 +5,9 @@ test: langs: echo "s ;; pm | wf langs.gfcm" | gf -src -nocf */Lang??*.gf english/LangEng.gf +RTS -M500M +install: + cp -p */*.gfc */*.gfr ../compiled + stat: wc */*.gfc gfdoc: diff --git a/resource-1.0/mathematical/Symbol.gf b/resource-1.0/mathematical/Symbol.gf index a8ae1b38a..cbc3cd1db 100644 --- a/resource-1.0/mathematical/Symbol.gf +++ b/resource-1.0/mathematical/Symbol.gf @@ -3,7 +3,7 @@ -- *Note*. This module is not automatically included in the main -- grammar [Lang Lang.html]. -abstract Symbol = Cat ** { +abstract Symbol = Cat, PredefAbs ** { --2 Noun phrases with symbols and numbers diff --git a/resource-1.0/multimodal/Demonstrative.gf b/resource-1.0/multimodal/Demonstrative.gf index c1427e0a3..fffca641d 100644 --- a/resource-1.0/multimodal/Demonstrative.gf +++ b/resource-1.0/multimodal/Demonstrative.gf @@ -1,4 +1,4 @@ -abstract Demonstrative = Cat ** { +abstract Demonstrative = Cat, PredefAbs ** { -- Naming convention: $M$ prepended to 'unimodal' names. -- Exceptions: lexical units, those without unimodal counterparts. diff --git a/resource-1.0/multimodal/DemonstrativeFin.gf b/resource-1.0/multimodal/DemonstrativeFin.gf new file mode 100644 index 000000000..2e99961cb --- /dev/null +++ b/resource-1.0/multimodal/DemonstrativeFin.gf @@ -0,0 +1,4 @@ +--# -path=.:../finnish/:../abstract:../common:prelude + +concrete DemonstrativeFin of Demonstrative = CatFin ** DemonstrativeI with + (Lang = LangFin) ; diff --git a/resource-1.0/multimodal/MultimodalFin.gf b/resource-1.0/multimodal/MultimodalFin.gf new file mode 100644 index 000000000..6331795a9 --- /dev/null +++ b/resource-1.0/multimodal/MultimodalFin.gf @@ -0,0 +1,18 @@ +--# -path=.:../finnish/:../abstract:../common:prelude + +concrete MultimodalFin of Multimodal = + NounFin, +-- Verb, + AdjectiveFin, + AdverbFin, + NumeralFin, +-- Sentence, +-- Question, +-- Relative, +-- Conjunction, +-- Phrase, +-- Tensed, + StructuralFin, + DemonstrativeFin, + LexiconFin + ** {} ; diff --git a/resource-1.0/multimodal/MultimodalFre.gf b/resource-1.0/multimodal/MultimodalFre.gf index b3683e35f..8ffe9104a 100644 --- a/resource-1.0/multimodal/MultimodalFre.gf +++ b/resource-1.0/multimodal/MultimodalFre.gf @@ -1,4 +1,4 @@ ---# -path=.:../french/:../romancs:../abstract:../common:prelude +--# -path=.:../french/:../romance:../abstract:../common:prelude concrete MultimodalFre of Multimodal = NounFre,