mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
French input grammar FreInput separated from Fre
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--# -path=.:../../lib/src/chunk:../../lib/src/translator:../phrasebook/gfos
|
||||
|
||||
concrete AppFre of App =
|
||||
concrete AppFreInput of App =
|
||||
{-
|
||||
TranslateFre - [
|
||||
---- SlashVP, SlashVS, ---- expensive functions in Fre
|
||||
@@ -24,8 +24,13 @@ concrete AppFre of App =
|
||||
-}
|
||||
NounFre - [PPartNP],
|
||||
AdjectiveFre,
|
||||
VerbFre [UseV,CompAP,CompAdv,UseComp,AdvVP],
|
||||
VerbFre [UseV,CompAP,CompAdv,UseComp,AdvVP,SlashV2a,ComplSlash],
|
||||
SentenceFre [PredVP,UseCl],
|
||||
QuestionFre - [QuestCl,QuestIAdv,ComplSlashIP,AdvQVP,AddAdvQVP,QuestQVP],
|
||||
ConjunctionFre,
|
||||
ConstructionFre,
|
||||
TranslateFre [QuestCl,QuestIAdv],
|
||||
IdiomFre - [CleftNP, CleftAdv,ImpP3],
|
||||
TenseFre,
|
||||
PhraseFre,
|
||||
AdverbFre,
|
||||
|
||||
@@ -14,7 +14,7 @@ GFMKT=mkdir -p $(GFODIR) && gf $S -make -literal=PN,Symb -probs=$(PROBSFILE) -gf
|
||||
APP11=AppEng.pgf AppBul.pgf AppChi.pgf AppGer.pgf AppSwe.pgf AppHin.pgf AppFin.pgf AppFre.pgf AppIta.pgf AppSpa.pgf AppDut.pgf
|
||||
APP12=$(APP11) AppCat.pgf
|
||||
APP13=$(APP12) AppJpn.pgf
|
||||
APP14=$(APP13) AppTha.pgf
|
||||
APP14=$(APP13) AppTha.pgf AppFreInput.pgf
|
||||
|
||||
# With dependencies:
|
||||
App11.pgf: $(APP11)
|
||||
@@ -46,6 +46,7 @@ AppFin.pgf:: ; $(GFMKT) -name=AppFin AppFin.gf +RTS -K64M
|
||||
AppGer.pgf:: ; $(GFMKT) -name=AppGer AppGer.gf +RTS -K64M
|
||||
AppHin.pgf:: ; $(GFMKT) -name=AppHin AppHin.gf
|
||||
AppFre.pgf:: ; $(GFMKT) -name=AppFre AppFre.gf +RTS -K64M
|
||||
AppFreInput.pgf:: ; $(GFMKT) -name=AppFreInput AppFreInput.gf +RTS -K64M
|
||||
AppIta.pgf:: ; $(GFMKT) -name=AppIta AppIta.gf +RTS -K64M
|
||||
AppJpn.pgf:: ; $(GFMKT) -name=AppJpn AppJpn.gf +RTS -K64M
|
||||
AppSpa.pgf:: ; $(GFMKT) -name=AppSpa AppSpa.gf +RTS -K64M
|
||||
|
||||
Reference in New Issue
Block a user