forked from GitHub/gf-core
AppUrd added
This commit is contained in:
29
examples/app/AppUrd.gf
Normal file
29
examples/app/AppUrd.gf
Normal file
@@ -0,0 +1,29 @@
|
||||
--# -path=.:../../lib/src/chunk:../../lib/src/translator:../phrasebook/gfos
|
||||
|
||||
concrete AppUrd of App =
|
||||
|
||||
TranslateUrd - [
|
||||
-- Verb
|
||||
SlashV2a,ComplSlash, -- replaced by a more efficient inlined version
|
||||
SlashV2V,
|
||||
Slash2V3, Slash3V3, SlashV2S, SlashV2Q, SlashV2A,
|
||||
SlashVV, SlashV2VNP,
|
||||
AdvVPSlash, AdVVPSlash, VPSlashPrep,
|
||||
-- Sentence
|
||||
SlashVP, SlashVS,
|
||||
PredSCVP,
|
||||
AdvSlash, SlashPrep, SlashVS,
|
||||
EmbedS, EmbedQS, EmbedVP, RelS,
|
||||
-- Question
|
||||
ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP,
|
||||
-- Idiom
|
||||
CleftNP, CleftAdv,
|
||||
ImpP3,
|
||||
-- Construction
|
||||
-- Extensions
|
||||
PassVPSlash, PassAgentVPSlash -- not reachable anyway
|
||||
],
|
||||
PhrasebookUrd - [open_Adv,closed_A,open_A,at_Prep]
|
||||
|
||||
|
||||
** AppFunctor with (Syntax = SyntaxUrd) ;
|
||||
Reference in New Issue
Block a user