mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 17:42:51 -06:00
MAth
This commit is contained in:
@@ -80,6 +80,17 @@ oper
|
||||
|
||||
existNounPhrase : NounPhrase -> Clause ;
|
||||
|
||||
-- To add a symbol, such as a variable or variable list, to the end of
|
||||
-- an NP.
|
||||
|
||||
addSymbNounPhrase : NounPhrase -> Str -> NounPhrase = \np,x ->
|
||||
{s = \\c => np.s ! c ++ x ;
|
||||
g = np.g ;
|
||||
n = np.n ;
|
||||
p = np.p ;
|
||||
c = np.c
|
||||
} ;
|
||||
|
||||
|
||||
--2 Determiners
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user