1
0
forked from GitHub/gf-core

preliminary implementation of GerundN and GerundAP in ParseFin. More coverage, but some strange translations.

This commit is contained in:
aarne
2013-03-29 12:45:24 +00:00
parent ca73f4554c
commit 01f12a135b
4 changed files with 54 additions and 11 deletions

View File

@@ -86,18 +86,9 @@ lin
isPron = np1.isPron ; isNeg = np1.isNeg
} ;
{-
GerundN v = { -- parsing -- GerundN : V -> N ; peseminen
s = \\n,c => v.s ! VPresPart ;
g = Neutr
} ;
GerundN v = mkN (lin V v) ;
GerundAP v = { -- beckoning -- V -> AP houkutteleva
s = \\agr => v.s ! VPresPart ;
isPre = True
} ;
-}
GerundAP v = {s = \\_ => (snoun2nounSep (sverb2nounPresPartAct v)).s} ;
OrdCompar a = snoun2nounSep {s = \\nc => a.s ! Compar ! SAN nc ; h = a.h} ;