mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-13 05:02:50 -06:00
Poss,Part,Count NP in Scandinavian
This commit is contained in:
@@ -90,4 +90,5 @@ instance DiffNor of DiffScand = open CommonScand, Prelude in {
|
||||
|
||||
hur_IAdv = {s = "hvor"} ;
|
||||
|
||||
av_Prep = "av" ;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
concrete ExtraNor of ExtraNorAbs = ExtraScandNor ** open CommonScand, ResNor, Prelude in {
|
||||
|
||||
lin
|
||||
PossNP np pro = {
|
||||
PossNPPron np pro = {
|
||||
s = \\c => np.s ! NPNom ++ pro.s ! NPPoss (gennumAgr np.a) (caseNP c) ;
|
||||
a = np.a
|
||||
} ;
|
||||
|
||||
@@ -4,6 +4,6 @@
|
||||
abstract ExtraNorAbs = ExtraScandAbs ** {
|
||||
|
||||
fun
|
||||
PossNP : NP -> Pron -> NP ; -- bilen min
|
||||
PossNPPron : NP -> Pron -> NP ; -- bilen min
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user