mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-05 17:22:51 -06:00
A tested version of Numerals
A bug is known in NP case agreement. The fix does not belong to this part of the resource grammar.
This commit is contained in:
@@ -18,7 +18,7 @@ concrete PhraseRus of Phrase = CatRus ** open Prelude, ResRus in {
|
||||
UttVP vp = {s = vp.s ! ClInfinit ! GSg Masc ! P3} ;
|
||||
UttAdv adv = adv ;
|
||||
UttCN n = {s = n.s ! NF Sg Nom} ;
|
||||
UttCard n = {s = n.s ! Nom ! Neut} ;
|
||||
UttCard n = {s = n.s ! Neut ! Inanimate ! Nom} ;
|
||||
UttAP ap = {s = ap.s ! AF Nom Inanimate (GSg Neut)} ; ---- gennum ? (AR)
|
||||
|
||||
NoPConj = {s = []} ;
|
||||
|
||||
Reference in New Issue
Block a user