summaryrefslogtreecommitdiff
path: root/examples/lrec-tutorial/ZeroFre.gf
blob: 96b0dcf73b1eeb165505e2e0c18a2926169b3fb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
concrete ZeroFre of Zero = {
  lincat
    S, NP, VP, V2 = Str ;
  lin
    Pred np vp = np ++ vp ;
    Compl v2 np = v2 ++ np ;
    John = "Jean" ;
    Mary = "Marie" ;
    Love = "aime" ;
}

--.

-- > gr | l
-- > p -lang=ZeroEng "John loves Mary" | l -lang=ZeroFre