completed PhrasebookFin with new abstract

This commit is contained in:
aarne
2010-04-29 14:13:15 +00:00
parent ff95528799
commit 3d9d3a1811
3 changed files with 75 additions and 3 deletions

View File

@@ -113,6 +113,7 @@ incomplete concrete SentencesI of Sentences = Numeral **
NNumeral n = mkCard <lin Numeral n : Numeral> ;
AHave p kind = mkCl p.name have_V2 (mkNP kind) ;
AHaveCurr p curr = mkCl p.name have_V2 (mkNP aPl_Det curr) ;
ACitizen p n = mkCl p.name n ;
ABePlace p place = mkCl p.name place.at ;
ByTransp t = t.by ;