mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
russian: possesive pronouns don't get inital n after prepositions
This commit is contained in:
@@ -67,7 +67,6 @@ oper pronYaTu : { s : Case => Str } -> Str -> Person -> Pronoun =
|
||||
g = PNoGen ; n = Sg ; p = pers ; pron = True
|
||||
} ;
|
||||
|
||||
-- FIXME: do the possesives also get the n prefix?
|
||||
oper pronNAfterPrep : Pronoun -> Pronoun = \p ->
|
||||
{ s = table {
|
||||
PF c Yes NonPoss => case p.s!(PF c No NonPoss) of {
|
||||
|
||||
Reference in New Issue
Block a user