mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 10:12:51 -06:00
cat Interj in lib
This commit is contained in:
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user