From db278b0393f8c81304bc860283684df915ff3a95 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 15 Dec 2013 15:11:05 +0000 Subject: [PATCH] commented out examples in InflectionV* as they blow up the pgf size enormously (from 26 to 80M in ParseFin) --- lib/src/finnish/DocumentationFinFunctor.gf | 8 ++++---- lib/src/finnish/stemmed/ParseFin.gf | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/src/finnish/DocumentationFinFunctor.gf b/lib/src/finnish/DocumentationFinFunctor.gf index 656721412..bbda2151d 100644 --- a/lib/src/finnish/DocumentationFinFunctor.gf +++ b/lib/src/finnish/DocumentationFinFunctor.gf @@ -56,10 +56,10 @@ lin } ; - InflectionV v = inflectionVerb (verbExample (S.mkCl S.she_NP (lin V v))) v ; - InflectionV2 v = inflectionVerb (verbExample (S.mkCl S.she_NP (lin V2 v) S.something_NP)) (lin V v) ; - InflectionVV v = inflectionVerb (verbExample (S.mkCl S.she_NP (lin VV v) (S.mkVP (L.sleep_V)))) (lin V v) ; - InflectionV2V v = inflectionVerb (verbExample (S.mkCl S.she_NP (lin V2V v) S.we_NP (S.mkVP (L.sleep_V)))) (lin V v) ; + InflectionV v = inflectionVerb [] v ;----(verbExample (S.mkCl S.she_NP (lin V v))) v ; + InflectionV2 v = inflectionVerb [] v ;----(verbExample (S.mkCl S.she_NP (lin V2 v) S.something_NP)) (lin V v) ; + InflectionVV v = inflectionVerb [] v ;----(verbExample (S.mkCl S.she_NP (lin VV v) (S.mkVP (L.sleep_V)))) (lin V v) ; + InflectionV2V v = inflectionVerb [] v ;----(verbExample (S.mkCl S.she_NP (lin V2V v) S.we_NP (S.mkVP (L.sleep_V)))) (lin V v) ; ExplainInflection e i = ss (i.s ++ paragraph e.s) ; -- explanation appended in a new paragraph diff --git a/lib/src/finnish/stemmed/ParseFin.gf b/lib/src/finnish/stemmed/ParseFin.gf index 177422cc9..06726b8a5 100644 --- a/lib/src/finnish/stemmed/ParseFin.gf +++ b/lib/src/finnish/stemmed/ParseFin.gf @@ -12,12 +12,12 @@ concrete ParseFin of ParseEngAbs = VPSlashPrep], -- with empty prepositions, a cyclic rule that leads to overgeneration AdverbFin, PhraseFin, - SentenceFin - [SlashV2VNP], -- excluded for memory space reasons 15/12/2013 + SentenceFin, QuestionFin, RelativeFin, IdiomFin [NP, VP, Tense, Cl, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP], ConstructionFin, ----- DocumentationFin, ---- this blows up the pgf size enormously: from 26 to 81 M! 15/12/2013 + DocumentationFin, ---- these blow up the pgf size enormously: from 26 to 81 M! 15/12/2013 ExtraFin [NP, Quant, VPSlash, VP, Tense, GenNP, PassVPSlash, Voc, RP, GenRP, PassVPSlash, PassAgentVPSlash, Temp, Tense, Pol, Conj, VPS, ListVPS, S, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, VPI, VPIForm, VPIInf, VPIPresPart, ListVPI, VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV]