forked from GitHub/gf-rgl
tram using compiled resources
This commit is contained in:
@@ -5,6 +5,9 @@ test:
|
|||||||
langs:
|
langs:
|
||||||
echo "s ;; pm | wf langs.gfcm" | gf -src -nocf */Lang??*.gf english/LangEng.gf +RTS -M500M
|
echo "s ;; pm | wf langs.gfcm" | gf -src -nocf */Lang??*.gf english/LangEng.gf +RTS -M500M
|
||||||
|
|
||||||
|
install:
|
||||||
|
cp -p */*.gfc */*.gfr ../compiled
|
||||||
|
|
||||||
stat:
|
stat:
|
||||||
wc */*.gfc
|
wc */*.gfc
|
||||||
gfdoc:
|
gfdoc:
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
-- *Note*. This module is not automatically included in the main
|
-- *Note*. This module is not automatically included in the main
|
||||||
-- grammar [Lang Lang.html].
|
-- grammar [Lang Lang.html].
|
||||||
|
|
||||||
abstract Symbol = Cat ** {
|
abstract Symbol = Cat, PredefAbs ** {
|
||||||
|
|
||||||
--2 Noun phrases with symbols and numbers
|
--2 Noun phrases with symbols and numbers
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
abstract Demonstrative = Cat ** {
|
abstract Demonstrative = Cat, PredefAbs ** {
|
||||||
|
|
||||||
-- Naming convention: $M$ prepended to 'unimodal' names.
|
-- Naming convention: $M$ prepended to 'unimodal' names.
|
||||||
-- Exceptions: lexical units, those without unimodal counterparts.
|
-- Exceptions: lexical units, those without unimodal counterparts.
|
||||||
|
|||||||
4
resource-1.0/multimodal/DemonstrativeFin.gf
Normal file
4
resource-1.0/multimodal/DemonstrativeFin.gf
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
--# -path=.:../finnish/:../abstract:../common:prelude
|
||||||
|
|
||||||
|
concrete DemonstrativeFin of Demonstrative = CatFin ** DemonstrativeI with
|
||||||
|
(Lang = LangFin) ;
|
||||||
18
resource-1.0/multimodal/MultimodalFin.gf
Normal file
18
resource-1.0/multimodal/MultimodalFin.gf
Normal file
@@ -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
|
||||||
|
** {} ;
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
--# -path=.:../french/:../romancs:../abstract:../common:prelude
|
--# -path=.:../french/:../romance:../abstract:../common:prelude
|
||||||
|
|
||||||
concrete MultimodalFre of Multimodal =
|
concrete MultimodalFre of Multimodal =
|
||||||
NounFre,
|
NounFre,
|
||||||
|
|||||||
Reference in New Issue
Block a user