mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-03 08:12:51 -06:00
texts and idioms
This commit is contained in:
13
lib/resource-1.0/abstract/Idiom.gf
Normal file
13
lib/resource-1.0/abstract/Idiom.gf
Normal 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
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user