mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
make ParseFin compilable
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user