mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
Scandinavian IndefArt in substantival position fixed
This commit is contained in:
@@ -120,8 +120,8 @@ incomplete concrete NounScand of Noun =
|
|||||||
Pl => \\_,bn,_ => []
|
Pl => \\_,bn,_ => []
|
||||||
} ;
|
} ;
|
||||||
sp = table {
|
sp = table {
|
||||||
Sg => \\_,bn,g => artIndef ! g ;
|
Sg => \\_,bn,g => if_then_Str bn [] (artIndef ! g) ;
|
||||||
Pl => \\_,bn,_ => detIndefPl
|
Pl => \\_,bn,_ => if_then_Str bn [] detIndefPl
|
||||||
} ;
|
} ;
|
||||||
det = DIndef
|
det = DIndef
|
||||||
} ;
|
} ;
|
||||||
|
|||||||
Reference in New Issue
Block a user