mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 00:22:51 -06:00
Started experimenting with shallow resource API.
Started experimenting with shallow resource API. Added PossessPrep to Structural.
This commit is contained in:
14
lib/resource-0.6/shallow/TestShallowEng.gf
Normal file
14
lib/resource-0.6/shallow/TestShallowEng.gf
Normal file
@@ -0,0 +1,14 @@
|
||||
--# -path=.:../../prelude:../abstract:../english
|
||||
|
||||
concrete TestShallowEng of TestShallow = ShallowEng ** open ParadigmsEng in {
|
||||
lin
|
||||
Big = mkAdj1 "big" ;
|
||||
Happy = mkAdj1 "happy" ;
|
||||
Small = mkAdj1 "small" ;
|
||||
American = mkAdj1 "American" ;
|
||||
--- Man = nMan "man" "men" human ;
|
||||
Car = cnNonhuman "car" ;
|
||||
Walk = vReg "walk" ;
|
||||
Love = tvDir (vReg "love") ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user