1
0
forked from GitHub/gf-core

ExistIP (still unfinished)

This commit is contained in:
aarne
2006-05-16 13:07:02 +00:00
parent 95e2333598
commit cd276cbebe
6 changed files with 42 additions and 8 deletions

View File

@@ -6,10 +6,12 @@ abstract Idiom = Cat ** {
-- often different even in closely related languages.
fun
ExistNP : NP -> Cl ; -- there is a house
ImpersCl : VP -> Cl ; -- it rains
GenericCl : VP -> Cl ; -- one sleeps
ProgrVP : VP -> VP ; -- sleeping
ExistNP : NP -> Cl ; -- there is a house
ExistIP : IP -> QCl ; -- which houses are there
ProgrVP : VP -> VP ; -- be sleeping
}