Started experimenting with shallow resource API.

Started experimenting with shallow resource API.
Added PossessPrep to Structural.
This commit is contained in:
aarne
2004-02-20 16:28:42 +00:00
parent 7f3009e2cc
commit 2ff53b2ffd
17 changed files with 45686 additions and 0 deletions

View 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") ;
}