mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -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
|
g = PNoGen ; n = Sg ; p = pers ; pron = True
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
-- FIXME: do the possesives also get the n prefix?
|
|
||||||
oper pronNAfterPrep : Pronoun -> Pronoun = \p ->
|
oper pronNAfterPrep : Pronoun -> Pronoun = \p ->
|
||||||
{ s = table {
|
{ s = table {
|
||||||
PF c Yes NonPoss => case p.s!(PF c No NonPoss) of {
|
PF c Yes NonPoss => case p.s!(PF c No NonPoss) of {
|
||||||
|
|||||||
Reference in New Issue
Block a user