1
0
forked from GitHub/gf-core
Files
gf-core/contrib/summerschool/2013/bestPractices/FacebookEng.gf

14 lines
281 B
Plaintext

concrete FacebookEng of Facebook = FacebookI with
(Syntax = SyntaxEng),
(LexFacebook = LexFacebookEng) **
open ParadigmsEng in {
lin
You = you_NP ;
John = mkNP (mkPN "John") ;
Mary = mkNP (mkPN "Mary") ;
Frauinsel = mkNP (mkPN "Frauinsel") ;
GF = mkNP (mkPN "GF") ;
}