mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-22 09:46:22 -06:00
(Hun) Add mkN : Str -> N -> N for compound nouns
This commit is contained in:
@@ -79,7 +79,7 @@ lin computer_N = mkN "számítógép" "számítógépet" ;
|
||||
lin correct_A = mkA "igaz" ;
|
||||
-- lin count_V2 = mkV2 "" ;
|
||||
lin country_N = mkN "ország" "országot" "országok" "országa" ;
|
||||
lin cousin_N = mkN "unokatestvér" "unokatestvért"; --short "unoka"
|
||||
lin cousin_N = mkN "unoka" (mkN "testvér" "testvért") ; --short "unoka"
|
||||
lin cow_N = mkN "tehén" ;
|
||||
-- lin cut_V2 = mkV2 "" ;
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user