mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
new tutorial example
This commit is contained in:
16
doc/tutorial/old/Paleolithic.gf
Normal file
16
doc/tutorial/old/Paleolithic.gf
Normal file
@@ -0,0 +1,16 @@
|
||||
abstract Paleolithic = {
|
||||
cat
|
||||
S ; NP ; VP ; CN ; A ; V ; TV ;
|
||||
|
||||
fun
|
||||
PredVP : NP -> VP -> S ;
|
||||
UseV : V -> VP ;
|
||||
ComplTV : TV -> NP -> VP ;
|
||||
UseA : A -> VP ;
|
||||
ModA : A -> CN -> CN ;
|
||||
This, That, Def, Indef : CN -> NP ;
|
||||
Boy, Louse, Snake, Worm : CN ;
|
||||
Green, Rotten, Thick, Warm : A ;
|
||||
Laugh, Sleep, Swim : V ;
|
||||
Eat, Kill, Wash : TV ;
|
||||
}
|
||||
Reference in New Issue
Block a user