1
0
forked from GitHub/gf-rgl

(Hun) New words, small fixes

This commit is contained in:
Inari Listenmaa
2020-03-30 15:19:37 +02:00
parent cd73fe958e
commit fcd8732d9b
3 changed files with 6 additions and 6 deletions

View File

@@ -67,7 +67,7 @@ lin bird_N = mkN "madár" ;
-- lin cheese_N = mkN "" ; -- lin cheese_N = mkN "" ;
-- lin child_N = mkN "" ; -- lin child_N = mkN "" ;
-- lin church_N = mkN "" ; -- lin church_N = mkN "" ;
-- lin city_N = mkN "" ; lin city_N = mkN "város" ;
-- lin clean_A = mkA "" ; -- lin clean_A = mkA "" ;
-- lin clever_A = mkA "" ; -- lin clever_A = mkA "" ;
-- lin close_V2 = mkV2 "" ; -- lin close_V2 = mkV2 "" ;
@@ -131,7 +131,7 @@ lin bird_N = mkN "madár" ;
-- lin floor_N = mkN "" ; -- lin floor_N = mkN "" ;
-- lin flow_V = mkV "" ; -- lin flow_V = mkV "" ;
-- lin flower_N = mkN "" ; -- lin flower_N = mkN "" ;
-- lin fly_V = mkV "" ; lin fly_V = mkV "repül" ;
-- lin fog_N = mkN "" ; -- lin fog_N = mkN "" ;
-- lin foot_N = mkN "" ; -- lin foot_N = mkN "" ;
-- lin forest_N = mkN "" ; -- lin forest_N = mkN "" ;

View File

@@ -187,7 +187,7 @@ oper
c2 : Case -- object case c2 : Case -- object case
} ; } ;
Verb3 : Type = Verb2 ** { Verb3 : Type = Verb2 ** {
c3 : Case -- indirect object case -- c3 : Case -- indirect object case
} ; } ;
mkVerb2 : Str -> Verb2 = \sg3 -> vtov2 (mkVerb sg3) ; mkVerb2 : Str -> Verb2 = \sg3 -> vtov2 (mkVerb sg3) ;

View File

@@ -90,13 +90,13 @@ oper
------- -------
-- Prep -- Prep
-- lin above_Prep = mkPrep "" 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 ;
-- lin by8means_Prep = mkPrep ; lin by8means_Prep = casePrep Ins ;
-- lin during_Prep = mkPrep ; -- lin during_Prep = mkPrep ;
-- lin except_Prep = mkPrep ; -- lin except_Prep = mkPrep ;
-- lin for_Prep = mkPrep "" ; -- lin for_Prep = mkPrep "" ;
@@ -105,7 +105,7 @@ oper
lin in_Prep = casePrep Ine ; lin in_Prep = casePrep Ine ;
lin on_Prep = casePrep Ade ; lin on_Prep = casePrep Ade ;
-- lin part_Prep = casePrep ; -- lin part_Prep = casePrep ;
lin possess_Prep = casePrep Gen ; -- lin possess_Prep = -- Suffix attaches to possessee, not possessor
-- lin through_Prep = mkPrep ; -- lin through_Prep = mkPrep ;
lin to_Prep = casePrep All ; lin to_Prep = casePrep All ;
lin under_Prep = mkPrep "alatt" ; lin under_Prep = mkPrep "alatt" ;