1
0
forked from GitHub/gf-core
Files
gf-core/examples/lrec-tutorial/ZeroFre.gf
2010-04-24 11:34:04 +00:00

17 lines
266 B
Plaintext

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