summaryrefslogtreecommitdiff
path: root/contrib/summerschool/2013/bestPractices/LexFacebook.gf
blob: e6ee7b5c8dba851abe0b93eac137219751ad9ae9 (plain)
1
2
3
4
5
6
7
8
interface LexFacebook = open Syntax in 
{
oper
nounFromS : S -> NP ;
checkIn : NP -> VP ;
beFriends : NP -> VP ;
like : NP -> NP -> S ;
}