From 6398140d0ac21ad05a0c595b77007631cd5e1265 Mon Sep 17 00:00:00 2001 From: aarne Date: Sun, 18 Dec 2005 21:26:21 +0000 Subject: new tutorial example --- doc/tutorial/old/paleolithic.cf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/tutorial/old/paleolithic.cf (limited to 'doc/tutorial/old/paleolithic.cf') diff --git a/doc/tutorial/old/paleolithic.cf b/doc/tutorial/old/paleolithic.cf new file mode 100644 index 000000000..08496c800 --- /dev/null +++ b/doc/tutorial/old/paleolithic.cf @@ -0,0 +1,23 @@ +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 ; +Boy. CN ::= "boy" ; +Louse. CN ::= "louse" ; +Snake. CN ::= "snake" ; +Worm. CN ::= "worm" ; +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