mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-09 03:02:50 -06:00
commented out some things from ParseFin to make Parse8 link
This commit is contained in:
@@ -44,10 +44,10 @@ lin
|
|||||||
|
|
||||||
monthAdv m = SyntaxFin.mkAdv in_Prep (mkNP m) ;
|
monthAdv m = SyntaxFin.mkAdv in_Prep (mkNP m) ;
|
||||||
yearAdv y = SyntaxFin.mkAdv (prePrep nominative "vuonna") y ;
|
yearAdv y = SyntaxFin.mkAdv (prePrep nominative "vuonna") y ;
|
||||||
dayMonthAdv d m = ParadigmsFin.mkAdv (d.s ! R.NPCase R.Nom ++ BIND ++ "." ++ m.s ! R.NCase R.Sg R.Part) ;
|
---- dayMonthAdv d m = ParadigmsFin.mkAdv (d.s ! R.NPCase R.Nom ++ BIND ++ "." ++ m.s ! R.NCase R.Sg R.Part) ;
|
||||||
monthYearAdv m y = SyntaxFin.mkAdv in_Prep (mkNP (mkNP m) (SyntaxFin.mkAdv (casePrep nominative) y)) ;
|
---- monthYearAdv m y = SyntaxFin.mkAdv in_Prep (mkNP (mkNP m) (SyntaxFin.mkAdv (casePrep nominative) y)) ;
|
||||||
dayMonthYearAdv d m y =
|
---- dayMonthYearAdv d m y =
|
||||||
ParadigmsFin.mkAdv (d.s ! R.NPCase R.Nom ++ BIND ++ "." ++ m.s ! R.NCase R.Sg R.Part ++ y.s ! R.NPCase R.Nom) ;
|
---- lin Adv {s = d.s ! R.NPCase R.Nom ++ BIND ++ "." ++ m.s ! R.NCase R.Sg R.Part ++ y.s ! R.NPCase R.Nom} ;
|
||||||
|
|
||||||
intYear = symb ;
|
intYear = symb ;
|
||||||
intMonthday = symb ;
|
intMonthday = symb ;
|
||||||
|
|||||||
@@ -12,12 +12,12 @@ concrete ParseFin of ParseEngAbs =
|
|||||||
VPSlashPrep], -- with empty prepositions, a cyclic rule that leads to overgeneration
|
VPSlashPrep], -- with empty prepositions, a cyclic rule that leads to overgeneration
|
||||||
AdverbFin,
|
AdverbFin,
|
||||||
PhraseFin,
|
PhraseFin,
|
||||||
SentenceFin,
|
SentenceFin - [SlashV2VNP], -- excluded for memory space reasons 15/12/2013
|
||||||
QuestionFin,
|
QuestionFin,
|
||||||
RelativeFin,
|
RelativeFin,
|
||||||
IdiomFin [NP, VP, Tense, Cl, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP],
|
IdiomFin [NP, VP, Tense, Cl, ProgrVP, ExistNP, SelfAdvVP, SelfAdVVP, SelfNP],
|
||||||
ConstructionFin,
|
ConstructionFin,
|
||||||
DocumentationFin,
|
---- DocumentationFin, ---- this blows 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,
|
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,
|
Temp, Tense, Pol, Conj, VPS, ListVPS, S, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS,
|
||||||
VPI, VPIForm, VPIInf, VPIPresPart, ListVPI, VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV]
|
VPI, VPIForm, VPIInf, VPIPresPart, ListVPI, VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV]
|
||||||
|
|||||||
Reference in New Issue
Block a user