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) ;
|
||||||
@@ -17,6 +17,7 @@ APP13=$(APP12) AppJpn.pgf
|
|||||||
APP14=$(APP13) AppTha.pgf
|
APP14=$(APP13) AppTha.pgf
|
||||||
APP15=$(APP14) AppEst.pgf
|
APP15=$(APP14) AppEst.pgf
|
||||||
APP16=$(APP15) AppRus.pgf
|
APP16=$(APP15) AppRus.pgf
|
||||||
|
APP17=$(APP16) AppUrd.pgf
|
||||||
|
|
||||||
# With dependencies:
|
# With dependencies:
|
||||||
App11.pgf: $(APP11)
|
App11.pgf: $(APP11)
|
||||||
@@ -56,6 +57,7 @@ AppEst.pgf:: ; $(GFMKT) -name=AppEst AppEst.gf +RTS -K64M
|
|||||||
AppFin.pgf:: ; $(GFMKT) -name=AppFin AppFin.gf +RTS -K64M
|
AppFin.pgf:: ; $(GFMKT) -name=AppFin AppFin.gf +RTS -K64M
|
||||||
AppGer.pgf:: ; $(GFMKT) -name=AppGer AppGer.gf +RTS -K64M
|
AppGer.pgf:: ; $(GFMKT) -name=AppGer AppGer.gf +RTS -K64M
|
||||||
AppHin.pgf:: ; $(GFMKT) -name=AppHin AppHin.gf
|
AppHin.pgf:: ; $(GFMKT) -name=AppHin AppHin.gf
|
||||||
|
AppUrd.pgf:: ; $(GFMKT) -name=AppUrd AppUrd.gf
|
||||||
AppFre.pgf:: ; $(GFMKT) -name=AppFre AppFre.gf +RTS -K64M
|
AppFre.pgf:: ; $(GFMKT) -name=AppFre AppFre.gf +RTS -K64M
|
||||||
AppIta.pgf:: ; $(GFMKT) -name=AppIta AppIta.gf +RTS -K64M
|
AppIta.pgf:: ; $(GFMKT) -name=AppIta AppIta.gf +RTS -K64M
|
||||||
AppJpn.pgf:: ; $(GFMKT) -name=AppJpn AppJpn.gf +RTS -K64M
|
AppJpn.pgf:: ; $(GFMKT) -name=AppJpn AppJpn.gf +RTS -K64M
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
compile = runghc Compile
|
compile = runghc Compile
|
||||||
|
|
||||||
forApp:
|
forApp:
|
||||||
$(compile) -opt Bul Cat Chi Dut Eng Est Fin Fre Ger Hin Ita Jpn Rus Spa Swe Tha
|
$(compile) -opt Bul Cat Chi Dut Eng Est Fin Fre Ger Hin Ita Jpn Rus Spa Swe Tha Urd
|
||||||
make gfos
|
make gfos
|
||||||
|
|
||||||
.PHONY: gfos
|
.PHONY: gfos
|
||||||
|
|||||||
Reference in New Issue
Block a user