diff options
| author | aarne <aarne@chalmers.se> | 2015-06-02 09:45:44 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2015-06-02 09:45:44 +0000 |
| commit | eb07e4e8622e11087c5f6c14cd35d1575fcea3a8 (patch) | |
| tree | d8ecdd2950d042ca38664976db25f0d11d6704be /examples/app/AppFreInput.gf | |
| parent | 212bfd7acc4b7f290458af1637fb8795cdf7ed3f (diff) | |
French input grammar FreInput separated from Fre
Diffstat (limited to 'examples/app/AppFreInput.gf')
| -rw-r--r-- | examples/app/AppFreInput.gf | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/examples/app/AppFreInput.gf b/examples/app/AppFreInput.gf index 884d1c01f..d0c95fe90 100644 --- a/examples/app/AppFreInput.gf +++ b/examples/app/AppFreInput.gf @@ -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, |
