1
0
forked from GitHub/gf-core
This commit is contained in:
aarne
2005-09-15 15:22:00 +00:00
parent efaafffb77
commit 7df1ff9409
30 changed files with 412 additions and 55 deletions

View File

@@ -157,6 +157,14 @@ oper
noNum : Numeral = {s = \\_ => [] ; isNum = False ; n = Pl} ;
-- 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 ;
n = np.n ;
p = np.p
} ;
--2 Determiners
--