mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
shallow grammar experiment
This commit is contained in:
33
examples/shallow/ShallowEng.gf
Normal file
33
examples/shallow/ShallowEng.gf
Normal file
@@ -0,0 +1,33 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
concrete ShallowEng of Shallow = LexiconEng, GrammarEng - [
|
||||
VP,
|
||||
ImpersCl,
|
||||
GenericCl,
|
||||
ProgrVP,
|
||||
ImpPl1,
|
||||
UttVP,
|
||||
QuestVP,
|
||||
RelVP,
|
||||
PredVP,
|
||||
PredSCVP,
|
||||
ImpVP,
|
||||
EmbedVP,
|
||||
UseV ,
|
||||
ComplV2 ,
|
||||
ComplV3 ,
|
||||
ComplVV ,
|
||||
ComplVS ,
|
||||
ComplVQ ,
|
||||
ComplVA ,
|
||||
ComplV2A,
|
||||
ReflV2 ,
|
||||
UseComp ,
|
||||
PassV2 ,
|
||||
AdvVP ,
|
||||
AdVVP
|
||||
]
|
||||
|
||||
** ShallowI with
|
||||
(Grammar = GrammarEng) ;
|
||||
|
||||
Reference in New Issue
Block a user