mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
more accurate treatment of negative "have" clauses in Phrasebook
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
concrete SentencesGer of Sentences = NumeralGer ** SentencesI - [PYesToNo] with
|
||||
concrete SentencesGer of Sentences = NumeralGer ** SentencesI -
|
||||
[PYesToNo,SHaveNo,SHaveNoMass] with
|
||||
(Syntax = SyntaxGer),
|
||||
(Symbolic = SymbolicGer),
|
||||
(Lexicon = LexiconGer) ** open Prelude in {
|
||||
(Lexicon = LexiconGer) ** open Prelude, SyntaxGer in {
|
||||
|
||||
lin PYesToNo = mkPhrase (lin Utt (ss "doch")) ;
|
||||
lin
|
||||
PYesToNo = mkPhrase (lin Utt (ss "doch")) ;
|
||||
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