mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 11:36:27 -06:00
some ParadigmsEng,Fin,Ger additions
This commit is contained in:
@@ -143,8 +143,10 @@ mkN : overload {
|
||||
|
||||
} ;
|
||||
|
||||
-- To extract the number of a noun phrase
|
||||
|
||||
|
||||
ifPluralNP : NP -> Bool
|
||||
= \np -> case (numberAgr np.a) of {Sg => False ; Pl => True} ;
|
||||
|
||||
|
||||
--2 Adjectives
|
||||
|
||||
Reference in New Issue
Block a user