From e24a8298f0bd527c155984306ad8a09273e05943 Mon Sep 17 00:00:00 2001 From: aarne Date: Sat, 16 Apr 2005 11:32:08 +0000 Subject: new tutorial --- doc/tutorial/neolithic.cf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 doc/tutorial/neolithic.cf (limited to 'doc/tutorial/neolithic.cf') diff --git a/doc/tutorial/neolithic.cf b/doc/tutorial/neolithic.cf new file mode 100644 index 000000000..d9869a257 --- /dev/null +++ b/doc/tutorial/neolithic.cf @@ -0,0 +1,26 @@ +PredVP. S ::= NP VP ; +UseV. VP ::= V ; +ComplTV. VP ::= TV NP ; +UseA. VP ::= "is" A ; +This. NP ::= "this" CN ; +That. NP ::= "that" CN ; +Def. NP ::= "the" CN ; +Indef. NP ::= "a" CN ; +ModA. CN ::= A CN ; +Bird. CN ::= "bird" ; +Boy. CN ::= "boy" ; +Man. CN ::= "man" ; +Louse. CN ::= "louse" ; +Snake. CN ::= "snake" ; +Worm. CN ::= "worm" ; +Big. A ::= "big" ; +Green. A ::= "green" ; +Rotten. A ::= "rotten" ; +Thick. A ::= "thick" ; +Warm. A ::= "warm" ; +Laugh. V ::= "laughs" ; +Sleep. V ::= "sleeps" ; +Swim. V ::= "swims" ; +Eat. TV ::= "eats" ; +Kill. TV ::= "kills" +Wash. TV ::= "washes" ; -- cgit v1.2.3