From 2a5d9ee5e957680afcf6241f3cef6be0111ba8ef Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 2 Dec 2012 19:43:41 +0000 Subject: [PATCH] make ParseFin compilable --- lib/src/finnish/ParseFin.gf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/src/finnish/ParseFin.gf b/lib/src/finnish/ParseFin.gf index 7e12e1977..61781d50b 100644 --- a/lib/src/finnish/ParseFin.gf +++ b/lib/src/finnish/ParseFin.gf @@ -2,7 +2,7 @@ concrete ParseFin of ParseEngAbs = TenseX, ---- - [Pol, PNeg, PPos], CatFin, - NounFin, + NounFin - [PPartNP], AdjectiveFin, NumeralFin, SymbolFin [PN, Symb, MkSymb, SymbPN], @@ -12,10 +12,10 @@ concrete ParseFin of ParseEngAbs = PhraseFin, SentenceFin, RelativeFin, - IdiomFin [NP, VP, Tense, Cl, ProgrVP, ExistNP], - ExtraFin [NP, Quant, VPSlash, VP, Tense, GenNP, PassVPSlash, - Temp, Tense, Pol, Conj, VPS, ListVPS, S, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, - VPI, VPIForm, VPIInf, VPIPresPart, ListVPI, VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV] + IdiomFin [NP, VP, Tense, Cl, ProgrVP, ExistNP] + , ExtraFin [NP, Quant, VPSlash, VP, Tense, GenNP, PassVPSlash, Voc, + Temp, Tense, Pol, Conj, VPS, ListVPS, S, MkVPS, BaseVPS, ConsVPS, ConjVPS, PredVPS, + VPI, VPIForm, VPIInf, VPIPresPart, ListVPI, VV, MkVPI, BaseVPI, ConsVPI, ConjVPI, ComplVPIVV] , DictEngFin ** open MorphoFin, ResFin, ParadigmsFin, SyntaxFin, Prelude in {