mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-28 01:18:57 -06:00
(Hun) Add some postpositions + comments
This commit is contained in:
@@ -91,6 +91,7 @@ oper
|
|||||||
--------------------------------------------------------------------------------
|
--------------------------------------------------------------------------------
|
||||||
-- Postpositions
|
-- Postpositions
|
||||||
|
|
||||||
|
-- TODO: personal suffixes, e.g. felettem, általam, not *felett/által én
|
||||||
Postposition : Type = {s : Str ; c : Case} ;
|
Postposition : Type = {s : Str ; c : Case} ;
|
||||||
|
|
||||||
mkPrep : Str -> Postposition = \str -> {s=str ; c=Nom} ;
|
mkPrep : Str -> Postposition = \str -> {s=str ; c=Nom} ;
|
||||||
|
|||||||
@@ -91,12 +91,14 @@ oper
|
|||||||
-------
|
-------
|
||||||
-- Prep
|
-- Prep
|
||||||
|
|
||||||
|
-- List of postpositions requiring case:
|
||||||
|
-- https://en.wiktionary.org/wiki/Appendix:Hungarian_postpositions#Postpositions_Requiring_Case
|
||||||
lin above_Prep = mkPrep "fölött" ;
|
lin above_Prep = mkPrep "fölött" ;
|
||||||
-- lin after_Prep = mkPrep ""
|
-- lin after_Prep = mkPrep ""
|
||||||
-- lin before_Prep = mkPrep "" ;
|
-- lin before_Prep = mkPrep "" ;
|
||||||
-- lin behind_Prep = mkPrep "" ;
|
-- lin behind_Prep = mkPrep "" ;
|
||||||
-- lin between_Prep = = mkPrep "" ;
|
-- lin between_Prep = = mkPrep "" ;
|
||||||
-- lin by8agent_Prep = mkPrep ;
|
lin by8agent_Prep = mkPrep "által" ;
|
||||||
lin by8means_Prep = casePrep Ins ;
|
lin by8means_Prep = casePrep Ins ;
|
||||||
-- lin during_Prep = mkPrep ;
|
-- lin during_Prep = mkPrep ;
|
||||||
-- lin except_Prep = mkPrep ;
|
-- lin except_Prep = mkPrep ;
|
||||||
|
|||||||
Reference in New Issue
Block a user