(Hun) Add some postpositions + comments

This commit is contained in:
Inari Listenmaa
2020-04-17 15:30:52 +02:00
parent 2cf99611bc
commit 8c9e8e35dd
2 changed files with 4 additions and 1 deletions

View File

@@ -91,6 +91,7 @@ oper
--------------------------------------------------------------------------------
-- Postpositions
-- TODO: personal suffixes, e.g. felettem, általam, not *felett/által én
Postposition : Type = {s : Str ; c : Case} ;
mkPrep : Str -> Postposition = \str -> {s=str ; c=Nom} ;

View File

@@ -91,12 +91,14 @@ oper
-------
-- 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 after_Prep = mkPrep ""
-- lin before_Prep = mkPrep "" ;
-- lin behind_Prep = mkPrep "" ;
-- lin between_Prep = = mkPrep "" ;
-- lin by8agent_Prep = mkPrep ;
lin by8agent_Prep = mkPrep "által" ;
lin by8means_Prep = casePrep Ins ;
-- lin during_Prep = mkPrep ;
-- lin except_Prep = mkPrep ;