mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
added PartPlCN to ExtraFin
This commit is contained in:
@@ -143,6 +143,18 @@ concrete ExtraFin of ExtraFinAbs = CatFin **
|
||||
a = acn.a ;
|
||||
isPron = False ; isNeg = False
|
||||
} ;
|
||||
|
||||
PartPlCN cn =
|
||||
let
|
||||
acn = DetCN (DetQuant IndefArt NumPl) cn
|
||||
in {
|
||||
s = table {
|
||||
NPCase Nom | NPAcc => acn.s ! NPCase ResFin.Part ;
|
||||
c => acn.s ! c
|
||||
} ;
|
||||
a = acn.a ;
|
||||
isPron = False ; isNeg = False
|
||||
} ;
|
||||
|
||||
vai_Conj = {s1 = [] ; s2 = "vai" ; n = Sg} ;
|
||||
|
||||
|
||||
@@ -23,7 +23,8 @@ abstract ExtraFinAbs = Extra [
|
||||
-- i_implicPron : Pron ; -- (minä), minut, ...
|
||||
whatPart_IP : IP ;
|
||||
|
||||
PartCN : CN -> NP ; -- olutta
|
||||
PartCN : CN -> NP ; -- olutta
|
||||
PartPlCN : CN -> NP ; -- jauhoja
|
||||
|
||||
vai_Conj : Conj ; -- minä vai sinä? ("or" in question)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user