mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-15 18:10:12 -06:00
(Hun) Add Conj{S,NP,AP} + some conjunctions
This commit is contained in:
@@ -33,16 +33,16 @@ lin somewhere_Adv = ss "" ;
|
||||
lin there7from_Adv = ss "" ;
|
||||
lin there7to_Adv = ss "" ;
|
||||
lin there_Adv = ss "" ;
|
||||
|
||||
-}
|
||||
-------
|
||||
-- Conj
|
||||
|
||||
lin and_Conj =
|
||||
lin or_Conj =
|
||||
lin if_then_Conj =
|
||||
lin both7and_DConj =
|
||||
lin either7or_DConj =
|
||||
|
||||
lin and_Conj = mkConj "és" Pl ;
|
||||
lin or_Conj = mkConj "vagy" Sg ;
|
||||
-- lin if_then_Conj =
|
||||
-- lin both7and_DConj =
|
||||
lin either7or_DConj = mkDConj "vagy" "vagy" Sg ;
|
||||
{-
|
||||
lin but_PConj = ss "" ;
|
||||
lin otherwise_PConj = ss "" ;
|
||||
lin therefore_PConj = ss "" ;
|
||||
|
||||
Reference in New Issue
Block a user