coercions from special categories in Construction to N and PN

This commit is contained in:
aarne
2014-06-18 06:29:34 +00:00
parent 99321ad0d3
commit ad519cd44a
7 changed files with 52 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ lin
cup_of_CN np = mkCN (lin N2 (mkN2 (mkN "kopp") noPrep)) (lin NP np) ;
glass_of_CN np = mkCN (lin N2 (mkN2 (mkN "glas" "glas") noPrep)) (lin NP np) ;
{-
-- spatial deixis and motion verbs
where_go_QCl np = mkQCl (lin IAdv (ss "vart")) (mkCl np (mkVP L.go_V)) ;
@@ -40,7 +41,7 @@ lin
go_there_VP = mkVP (mkVP L.go_V) (mkAdv "dit") ;
come_there_VP = mkVP (mkVP L.come_V) (mkAdv "dit") ;
come_from_there_VP = mkVP (mkVP L.come_V) (mkAdv "därifrån") ;
-}
lincat
Weekday = N ;
@@ -67,5 +68,9 @@ lincat Language = PN ;
lin InLanguage l = SyntaxSwe.mkAdv on_Prep (mkNP l) ;
lin
weekdayN w = w ;
monthN m = m ;
languagePN l = l ;
}