mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
29 lines
778 B
Plaintext
29 lines
778 B
Plaintext
--# -path=.:../../lib/src/chunk:../../lib/src/translator:../phrasebook/gfos
|
|
|
|
concrete AppFre of App =
|
|
TranslateFre - [
|
|
-- 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
|
|
]
|
|
,PhrasebookFre - [open_Adv,closed_A,open_A,at_Prep]
|
|
|
|
|
|
** AppFunctor with (Syntax = SyntaxFre) ;
|