Files
gf-core/contrib/summerschool/2013/bestPractices/LexFacebook.gf

8 lines
137 B
Plaintext

interface LexFacebook = open Syntax in
{
oper
nounFromS : S -> NP ;
checkIn : NP -> VP ;
beFriends : NP -> VP ;
like : NP -> NP -> S ;
}