yyyyyyyyyyyyy

This commit is contained in:
janna
2006-04-26 12:56:40 +00:00
parent 3adcd02b0b
commit 93121ef2f3
20 changed files with 2333 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
--# -path=.:../abstract:../common:../../prelude
concrete ExtRus of ExtRusAbs = CatRus ** open ResRus in {
--
-- lincat
--
-- Aux = {s : Polarity => Str} ;
--
-- lin
--
-- PredAux np aux vp = mkClause (np.s ! Nom) np.a {
-- s = \\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"
-- } ;
-- s2 = \\agr => infVP vp agr
-- } ;
--
-- can_Aux = {s = \\p => posneg p "can"} ; ---- cannt
-- must_Aux = {s = \\p => posneg p "must"} ;
--
}