tram using compiled resources

This commit is contained in:
aarne
2006-02-22 22:29:11 +00:00
parent 2f91205ba0
commit bac9c25a3b
16 changed files with 51 additions and 15 deletions

View File

@@ -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.

View File

@@ -0,0 +1,4 @@
--# -path=.:../finnish/:../abstract:../common:prelude
concrete DemonstrativeFin of Demonstrative = CatFin ** DemonstrativeI with
(Lang = LangFin) ;

View 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
** {} ;

View File

@@ -1,4 +1,4 @@
--# -path=.:../french/:../romancs:../abstract:../common:prelude
--# -path=.:../french/:../romance:../abstract:../common:prelude
concrete MultimodalFre of Multimodal =
NounFre,