mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 00:02:50 -06:00
tram using compiled resources
This commit is contained in:
@@ -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