forked from GitHub/gf-rgl
some ParadigmsEng,Fin,Ger additions
This commit is contained in:
@@ -138,6 +138,12 @@ oper
|
||||
mkPN : N -> PN --%
|
||||
} ;
|
||||
|
||||
-- To extract the number of a noun phrase
|
||||
|
||||
ifPluralNP : NP -> Bool
|
||||
= \np -> case (fromAgr np.a).n of {Sg => False ; Pl => True} ;
|
||||
|
||||
|
||||
--3 Determiners and quantifiers
|
||||
|
||||
mkQuant : overload {
|
||||
|
||||
Reference in New Issue
Block a user