mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
genders in LexiconEng in exper
This commit is contained in:
@@ -76,12 +76,12 @@ concrete NounEng of Noun = CatEng ** open ResEng, Prelude in {
|
||||
|
||||
DetArtSg art cn = {
|
||||
s = \\c => art.s ! False ! Sg ++ cn.s ! Sg ! c ;
|
||||
a = agrP3 Sg
|
||||
a = agrgP3 Sg cn.g
|
||||
} ;
|
||||
|
||||
DetArtPl art cn = {
|
||||
s = \\c => art.s ! False ! Pl ++ cn.s ! Pl ! c ;
|
||||
a = agrP3 Pl
|
||||
a = agrgP3 Pl cn.g
|
||||
} ;
|
||||
|
||||
DefArt = {s = \\c,n => artDef} ;
|
||||
|
||||
Reference in New Issue
Block a user