mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-15 22:22:51 -06:00
started Swedish
This commit is contained in:
26
lib/resource-1.0/scandinavian/ExtScand.gf
Normal file
26
lib/resource-1.0/scandinavian/ExtScand.gf
Normal file
@@ -0,0 +1,26 @@
|
||||
--concrete ExtScand of ExtScandAbs = CatScand ** open ResScand in {
|
||||
--
|
||||
-- lincat
|
||||
--
|
||||
-- Aux = {s : Polarity => Str} ;
|
||||
--
|
||||
-- lin
|
||||
--
|
||||
-- PredAux np aux vp = mkS (np.s ! Nom) np.a
|
||||
-- (\\t,ant,b,ord,agr =>
|
||||
-- let
|
||||
-- fin = aux.s ! b ;
|
||||
-- vf : Str -> Str -> {fin, inf : Str} = \x,y ->
|
||||
-- {fin = x ; inf = y} ;
|
||||
-- in
|
||||
-- case ant of {
|
||||
-- Simul => vf fin [] ;
|
||||
-- Anter => vf fin "have"
|
||||
-- }
|
||||
-- )
|
||||
-- (\\agr => infVP vp agr) ;
|
||||
--
|
||||
-- can_Aux = {s = \\p => posneg p "can"} ; ---- cannt
|
||||
-- must_Aux = {s = \\p => posneg p "must"} ;
|
||||
--
|
||||
--}
|
||||
Reference in New Issue
Block a user