mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
tram using compiled resources
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
4
lib/resource-1.0/multimodal/DemonstrativeFin.gf
Normal file
4
lib/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
lib/resource-1.0/multimodal/MultimodalFin.gf
Normal file
18
lib/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 =
|
||||
NounFre,
|
||||
|
||||
Reference in New Issue
Block a user