diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-09-16 07:17:27 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2013-09-16 07:17:27 +0000 |
| commit | f5461eb3d4eb2605b546a4ed202c12bcdaa1f4e4 (patch) | |
| tree | 946c9e8542b8e8271b6b529a95c0400fa6613cb4 /examples/nlg/NLGEng.gf | |
| parent | 8e1c6cca407c82fc09569d80c231b8d256735989 (diff) | |
Remove contribs and examples
Everything has now been moved to a separate repository at
https://github.com/GrammaticalFramework/gf-contrib
The contents of the examples folder are build during SetupWeb
Diffstat (limited to 'examples/nlg/NLGEng.gf')
| -rw-r--r-- | examples/nlg/NLGEng.gf | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/examples/nlg/NLGEng.gf b/examples/nlg/NLGEng.gf deleted file mode 100644 index 731e05a3d..000000000 --- a/examples/nlg/NLGEng.gf +++ /dev/null @@ -1,69 +0,0 @@ ---# -path=present -concrete NLGEng of NLG = LogicCnc ** open (Eng=GrammarEng), ParadigmsEng, ResEng in { - -lincat - Det = Eng.Det; - N = Eng.N; - A = Eng.A; - CN = Eng.CN; - PN = Eng.PN; - NP = Eng.NP; - AP = Eng.AP; - VP = Eng.VP; - VPSlash = Eng.VPSlash; - V2 = Eng.V2; - V = Eng.V; - Comp=Eng.Comp; - Pol= Eng.Pol; - Cl = Eng.Cl; - ClSlash = Eng.ClSlash; - S = Eng.S; - Utt= Eng.Utt; - Conj = Eng.Conj; - ListNP = Eng.ListNP; - ListS = Eng.ListS; - -lin - DetCN _ _ = Eng.DetCN; - UseN _ = Eng.UseN; - UsePN _ = Eng.UsePN; - SlashV2a _ = Eng.SlashV2a; - ComplSlash _ _ = Eng.ComplSlash; - SlashVP _ _ = Eng.SlashVP; - ComplClSlash _ _ cl np = lin Cl { - s = \\t,a,p,o => cl.s ! t ! a ! p ! o ++ cl.c2 ++ np.s ! NCase Nom - } ; - - UseComp _ = Eng.UseComp ; - CompAP _ = Eng.CompAP ; - CompNP _ = Eng.CompNP ; - PredVP _ _ = Eng.PredVP; - PositA _ = Eng.PositA; - AdjCN _ _ = Eng.AdjCN; - UseV _ = Eng.UseV; - PPos = Eng.PPos; - PNeg = Eng.PNeg; - BaseNP _ _ = Eng.BaseNP; - ConsNP _ _ = Eng.ConsNP; - ConjNP _ _ = Eng.ConjNP; - BaseS _ _ = Eng.BaseS; - ConsS _ _ = Eng.ConsS; - ConjS _ _ = Eng.ConjS; - UseCl _ _ p x = Eng.UseCl (Eng.TTAnt Eng.TPres Eng.ASimul) p x; - UttS _ s = Eng.UttS s; - - john_PN = mkPN "John"; - mary_PN = mkPN "Mary"; - love_V2 = mkV2 (mkV "love"); - leave_V = mkV "leave" "left" "left"; - somebody_NP = Eng.somebody_NP; - everybody_NP = Eng.everybody_NP; - boy_N = mkN "boy"; - every_Det = Eng.every_Det; - some_Det = Eng.someSg_Det; - a_Det = Eng.DetQuant Eng.IndefArt Eng.NumSg; - smart_A = mkA "smart"; - and_Conj = Eng.and_Conj; - or_Conj = Eng.or_Conj; - -} |
