mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-07-01 03:28:34 -06:00
(Pes) add ZWNJ + remove some repetition for pronouns
This commit is contained in:
@@ -281,9 +281,6 @@ oper
|
||||
} ;
|
||||
|
||||
|
||||
-- Personal Pronouns
|
||||
personalPron : (nom:Str) -> (poss:Str) -> Number -> Person -> Pron -- Hidden from public API, confusing naming. /IL
|
||||
= \nom,poss,nn,p -> lin Pron {s = nom ; a = Ag nn p ; ps = poss};
|
||||
{-
|
||||
-- Demonstrative Pronouns
|
||||
demoPN : Str -> Str -> Str -> Quant =
|
||||
|
||||
Reference in New Issue
Block a user