1
0
forked from GitHub/gf-core

Tense to Common ; Idiom ; Text

This commit is contained in:
aarne
2006-02-20 22:11:57 +00:00
parent b6957f4e41
commit e0dc7034ac
39 changed files with 255 additions and 61 deletions

View File

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