forked from GitHub/gf-core
more accurate treatment of negative "have" clauses in Phrasebook
This commit is contained in:
@@ -1,4 +1,13 @@
|
||||
concrete SentencesDut of Sentences = NumeralDut ** SentencesI with
|
||||
concrete SentencesDut of Sentences = NumeralDut ** SentencesI -
|
||||
[SHaveNo,SHaveNoMass]
|
||||
with
|
||||
(Syntax = SyntaxDut),
|
||||
(Symbolic = SymbolicDut),
|
||||
(Lexicon = LexiconDut) ;
|
||||
(Lexicon = LexiconDut) ** open Prelude, SyntaxDut in {
|
||||
|
||||
lin
|
||||
SHaveNo p k = mkS (mkCl p.name have_V2 (mkNP no_Quant plNum k)) ;
|
||||
SHaveNoMass p k = mkS (mkCl p.name have_V2 (mkNP no_Quant k)) ;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user