1
0
forked from GitHub/gf-rgl

texts and idioms

This commit is contained in:
aarne
2006-02-20 14:52:37 +00:00
parent 1e01dd8e02
commit 599bbbd7d8
13 changed files with 80 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
--1 Idiomatic expressions
abstract Idiom = Cat ** {
-- This module defines constructions that are formed in fixed ways,
-- often different even in closely related languages.
fun
ExistNP : NP -> Cl ; -- there is a house
ImpersVP : VP -> Cl ; -- it rains
ProgrVP : VP -> VP ; -- sleeping
}