mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-11 20:22:51 -06:00
added Facebook grammar from SummerSchool tutorial on best practices for grammar writing
This commit is contained in:
8
contrib/summerschool/2013/bestPractices/LexFacebook.gf
Normal file
8
contrib/summerschool/2013/bestPractices/LexFacebook.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
interface LexFacebook = open Syntax in
|
||||
{
|
||||
oper
|
||||
nounFromS : S -> NP ;
|
||||
checkIn : NP -> VP ;
|
||||
beFriends : NP -> VP ;
|
||||
like : NP -> NP -> S ;
|
||||
}
|
||||
Reference in New Issue
Block a user