mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 02:31:10 -06:00
Fixes and lexicon additions
This commit is contained in:
@@ -8,10 +8,12 @@ oper
|
||||
what_pl = doChPron "ч" (Ag GPl P3) Inanimate ;
|
||||
something = pronFormsPronoun ((appendToIP what_sg (BIND ++ "-то")) ** {nPrefix=False}) ;
|
||||
nothing = pronFormsPronoun ((doChPron "нич" (Ag (GSg Neut) P3) Inanimate) ** {nPrefix=False}) ;
|
||||
nechto = pronFormsPronoun ((doChPron "неч" (Ag (GSg Neut) P3) Inanimate) ** {nPrefix=False}) ;
|
||||
who_sg = doKPron "к" (Ag (GSg Masc) P3) Animate ;
|
||||
who_pl = doKPron "к" (Ag GPl P3) Animate ;
|
||||
somebody = pronFormsPronoun ((appendToIP who_sg (BIND ++ "-то")) ** {nPrefix=False}) ;
|
||||
nobody = pronFormsPronoun ((doKPron "ник" (Ag (GSg Masc) P3) Animate) ** {nPrefix=False}) ;
|
||||
anybody = pronFormsPronoun ((doKPron "нек" (Ag (GSg Masc) P3) Animate) ** {nPrefix=False}) ;
|
||||
such = adjFormsAdjective (makeAdjectiveForms "такой" "" "3b" PreferFull) ;
|
||||
|
||||
-- Situations, when prepositions are modified (approximate, full rules may be much more complex)
|
||||
|
||||
Reference in New Issue
Block a user