mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
probabilistic
This commit is contained in:
@@ -182,8 +182,8 @@ oper
|
||||
npGenDet : Number -> Numeral -> NounPhrase -> CommNounPhrase -> NounPhrase =
|
||||
\n,two,john,car ->
|
||||
{s = \\c => variants {
|
||||
artDef ++ two.s ! Nom ++ car.s ! n ! Nom ++ "of" ++ john.s ! GenSP ;
|
||||
john.s ! GenP ++ two.s ! Nom ++ car.s ! n ! toCase c
|
||||
john.s ! GenP ++ two.s ! Nom ++ car.s ! n ! toCase c ;
|
||||
artDef ++ two.s ! Nom ++ car.s ! n ! Nom ++ "of" ++ john.s ! GenSP
|
||||
} ;
|
||||
a = toAgr n P3 car.g
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user