(Hun) Add Conj{S,NP,AP} + some conjunctions

This commit is contained in:
Inari Listenmaa
2020-04-13 19:58:26 +02:00
parent 3c6f7a2267
commit 57ad749ecc
3 changed files with 42 additions and 41 deletions

View File

@@ -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 "" ;