1
0
forked from GitHub/gf-core

SymbPN and SymbCN in resources

This commit is contained in:
aarne
2004-06-03 19:31:39 +00:00
parent ea15514395
commit 10976cb7f5
13 changed files with 49 additions and 8 deletions

View File

@@ -101,6 +101,11 @@ lin
NoNum = noNum ;
UseInt i = {s = \\_ => i.s ; isNum = True} ; --- case endings sometimes needed
SymbPN i = {s = \\_ => i.s} ; --- case endings often needed
SymbCN cn s =
{s = \\f,n,c => cn.s ! f ! n ! c ++ s.s ;
g = cn.g} ;
CNthatS = nounThatSentence ;
PredVP = predVerbPhrase ;