mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-19 08:02:51 -06:00
updates in Phrasebook and resources
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user