mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-02 11:58:34 -06:00
added Facebook grammar from SummerSchool tutorial on best practices for grammar writing
This commit is contained in:
@@ -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