overloading API and examples

This commit is contained in:
aarne
2006-11-18 21:10:46 +00:00
parent 8a55561cbf
commit 756b7708af
8 changed files with 428 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
--# -path=.:../abstract:../common:../english:prelude
concrete KoeEng of Koe = CatEng **
open ParadigmsEng, ConstructorsEng, CombinatorsEng, GrammarEng in {
lin
ex1 = mkPhr (mkS (mkCl (mkNP (regPN "John")) (mkVP (regV "walk")))) ;
ex2 = mkPhr (mkS (pred (regV "walk") (mkNP (regPN "John")))) ;
}