make ParseFin compilable

This commit is contained in:
aarne
2012-12-02 19:43:41 +00:00
parent d34adff894
commit 2a5d9ee5e9

View File

@@ -2,7 +2,7 @@
concrete ParseFin of ParseEngAbs = concrete ParseFin of ParseEngAbs =
TenseX, ---- - [Pol, PNeg, PPos], TenseX, ---- - [Pol, PNeg, PPos],
CatFin, CatFin,
NounFin, NounFin - [PPartNP],
AdjectiveFin, AdjectiveFin,
NumeralFin, NumeralFin,
SymbolFin [PN, Symb, MkSymb, SymbPN], SymbolFin [PN, Symb, MkSymb, SymbPN],
@@ -12,10 +12,10 @@ concrete ParseFin of ParseEngAbs =
PhraseFin, PhraseFin,
SentenceFin, SentenceFin,
RelativeFin, RelativeFin,
IdiomFin [NP, VP, Tense, Cl, ProgrVP, ExistNP], IdiomFin [NP, VP, Tense, Cl, ProgrVP, ExistNP]
ExtraFin [NP, Quant, VPSlash, VP, Tense, GenNP, PassVPSlash, , ExtraFin [NP, Quant, VPSlash, VP, Tense, GenNP, PassVPSlash, Voc,
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]
, DictEngFin , DictEngFin
** **
open MorphoFin, ResFin, ParadigmsFin, SyntaxFin, Prelude in { open MorphoFin, ResFin, ParadigmsFin, SyntaxFin, Prelude in {