forked from GitHub/gf-rgl
as a template for future Extend modules, added Dut and Spa
This commit is contained in:
@@ -15,7 +15,7 @@ lin
|
||||
GenRP = variants {} ; -- Num -> CN -> RP ; -- whose car
|
||||
GenModNP num np cn = DetCN (DetQuant DefArt num) (AdvCN cn (PrepNP possess_Prep np)) ; -- this man's car(s) ; DEFAULT the car of this man
|
||||
GenModIP = variants {} ; -- Num -> IP -> CN -> IP ; -- whose car(s)
|
||||
CompBareCN cn = CompNP (CompCN cn) ; -- (est) professeur ; DEFAULT is a teacher
|
||||
CompBareCN cn = CompCN cn ; -- (est) professeur ; DEFAULT is a teacher
|
||||
StrandQuestSlash = QuestSlash ; -- whom does John live with ; DEFAULT with whom does John live
|
||||
StrandRelSlash = RelSlash ; -- that he lives in ; DEFAULT in which he lives
|
||||
EmptyRelSlash = RelSlash IdRP ; -- he lives in ; DEFAULT in which he lives
|
||||
|
||||
16
src/dutch/ExtendDut.gf
Normal file
16
src/dutch/ExtendDut.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
--# -path=alltenses:../common:../abstract
|
||||
|
||||
concrete ExtendDut of Extend =
|
||||
CatDut ** ExtendFunctor
|
||||
-- - [] -- put the names of your own definitions here
|
||||
with
|
||||
(Grammar = GrammarDut) **
|
||||
open
|
||||
GrammarDut,
|
||||
ResDut,
|
||||
Coordination,
|
||||
Prelude,
|
||||
ParadigmsDut in {
|
||||
-- put your own definitions here
|
||||
|
||||
}
|
||||
16
src/spanish/ExtendSpa.gf
Normal file
16
src/spanish/ExtendSpa.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
--# -path=alltenses:../common:../abstract
|
||||
|
||||
concrete ExtendSpa of Extend =
|
||||
CatSpa ** ExtendFunctor
|
||||
-- - [] -- put the names of your own definitions here
|
||||
with
|
||||
(Grammar = GrammarSpa) **
|
||||
open
|
||||
GrammarSpa,
|
||||
ResSpa,
|
||||
Coordination,
|
||||
Prelude,
|
||||
ParadigmsSpa in {
|
||||
-- put your own definitions here
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user