forked from GitHub/gf-core
17 lines
266 B
Plaintext
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
|
|
|