updates in Phrasebook and resources

This commit is contained in:
aarne
2010-08-25 09:08:31 +00:00
parent 89f58454c4
commit a10540263b
9 changed files with 22 additions and 8 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 = {