mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 18:02:54 -06:00
German verb syntax
This commit is contained in:
@@ -8,18 +8,14 @@ concrete CatGer of Cat = open ResGer, Prelude, (R = ParamX) in {
|
||||
-- S = {s : Str} ;
|
||||
-- QS = {s : QForm => Str} ;
|
||||
-- RS = {s : Agr => Str} ;
|
||||
--
|
||||
-- Cl = {s : Tense => Anteriority => Polarity => Order => Str} ;
|
||||
|
||||
Cl = {s : Tense => Anteriority => Polarity => Order => Str} ;
|
||||
-- Slash = {s : Tense => Anteriority => Polarity => Order => Str} ** {c2 : Str} ;
|
||||
--
|
||||
-- QCl = {s : Tense => Anteriority => Polarity => QForm => Str} ;
|
||||
-- RCl = {s : Tense => Anteriority => Polarity => Agr => Str} ;
|
||||
--
|
||||
-- VP = {
|
||||
-- s : Tense => Anteriority => Polarity => Order => Agr => {fin, inf : Str} ;
|
||||
-- s2 : Agr => Str
|
||||
-- } ;
|
||||
--
|
||||
|
||||
VP = ResGer.VP ;
|
||||
V, VS, VQ, VA = Verb ; -- = {s : VForm => Str} ;
|
||||
V2, VV, V2A = Verb ** {c2 : Preposition} ;
|
||||
V3 = Verb ** {c2, c3 : Preposition} ;
|
||||
|
||||
Reference in New Issue
Block a user