cat Interj in lib

This commit is contained in:
aarne
2010-11-17 08:32:38 +00:00
parent e9679e57af
commit 222e847482
8 changed files with 38 additions and 26 deletions

View File

@@ -60,6 +60,10 @@ oper
-- Prepositions are used in many-argument functions for rection.
-- The resource category $Prep$ is used.
-- The number of a noun phrase can be extracted with the following
-- function.
npNumber : NP -> Number ;
--2 Nouns
@@ -341,6 +345,8 @@ mkSubj : Str -> Subj = \s -> lin Subj {s = s} ;
nominative = Nom ;
genitive = Gen ;
npNumber np = (fromAgr np.a).n ;
Preposition : Type = Str ; -- obsolete
regN = \ray ->