summaryrefslogtreecommitdiff
path: root/next-lib/src/hindi/IdiomHin.gf
blob: 3f012f514c61b21879c734fca8525ff73386e3b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
concrete IdiomHin of Idiom = CatHin ** open Prelude, ResHin in {
--
--  flags optimize=all_subs ;
--
--  lin
--    ImpersCl vp = mkClause "it" (agrP3 Sg) vp ;
--    GenericCl vp = mkClause "one" (agrP3 Sg) vp ;
--
--    CleftNP np rs = mkClause "it" (agrP3 Sg) 
--      (insertObj (\\_ => rs.s ! np.a)
--        (insertObj (\\_ => np.s ! rs.c) (predAux auxBe))) ;
--
--    CleftAdv ad s = mkClause "it" (agrP3 Sg) 
--      (insertObj (\\_ => optStr conjThat ++ s.s)
--        (insertObj (\\_ => ad.s) (predAux auxBe))) ;
--
--    ExistNP np = 
--      mkClause "there" (agrP3 (fromAgr np.a).n) 
--        (insertObj (\\_ => np.s ! Acc) (predAux auxBe)) ;
--
--    ExistIP ip = 
--      mkQuestion (ss (ip.s ! Nom)) 
--        (mkClause "there" (agrP3 ip.n) (predAux auxBe)) ;
--
--    ProgrVP vp = insertObj (\\a => vp.ad ++ vp.prp ++ vp.s2 ! a) (predAux auxBe) ;
--
--    ImpPl1 vp = {s = "let's" ++ infVP True vp (AgP1 Pl)} ;
--
}