started Swedish

This commit is contained in:
aarne
2005-12-06 22:19:43 +00:00
parent 900a8f1142
commit a4d3f7e7c7
26 changed files with 1308 additions and 0 deletions

View 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"} ;
--
--}