mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
LexiconEng: Lexicon.sister_N is N, not N2 (but it probably should be).
This commit is contained in:
@@ -166,7 +166,7 @@ lin
|
||||
shop_N = regN "shop" ;
|
||||
short_A = regADeg "short" ;
|
||||
silver_N = regN "silver" ;
|
||||
sister_N = mkN2 (mkN feminine (mkN "sister")) (mkPrep "of") ;
|
||||
sister_N = mkN feminine (mkN "sister") ;
|
||||
sleep_V = (irregV "sleep" "slept" "slept") ;
|
||||
small_A = regADeg "small" ;
|
||||
snake_N = regN "snake" ;
|
||||
|
||||
Reference in New Issue
Block a user