1
0
forked from GitHub/gf-rgl

updates in Phrasebook and resources

This commit is contained in:
aarne
2010-08-25 09:08:31 +00:00
parent 663a7036db
commit a6e2d5a879
4 changed files with 9 additions and 5 deletions

View File

@@ -16,9 +16,10 @@ concrete NounGer of Noun = CatGer ** open ResGer, Prelude in {
isPron = False
} ;
UsePN pn = heavyNP {
UsePN pn = {
s = \\c => usePrepC c (\k -> pn.s ! k) ;
a = agrP3 Sg
a = agrP3 Sg ;
isPron = True --- means: this is not a heavy NP, but comes before negation
} ;
UsePron pron = {