forked from GitHub/gf-core
disambiguation in Phrasebook grammars, PGF server, and the GUI
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
concrete SentencesFre of Sentences = NumeralFre ** SentencesI - [WhetherIs]
|
||||
concrete SentencesFre of Sentences = NumeralFre ** SentencesI - [WhetherIs, QAction]
|
||||
with
|
||||
(DiffPhrasebook = DiffPhrasebookFre),
|
||||
(Syntax = SyntaxFre) ** open SyntaxFre, ExtraFre in {
|
||||
|
||||
lin WhetherIs item quality =
|
||||
lin QS {s = \\_ => (EstcequeS (mkS (mkCl item quality))).s} ;
|
||||
lin
|
||||
WhetherIs item quality =
|
||||
{s = \\_ => lin QS {s = \\_ => (EstcequeS (mkS (mkCl item quality))).s}} ;
|
||||
QAction a =
|
||||
{s = \\r => lin QS {s = \\_ => (EstcequeS (mkS (a.s ! r))).s}} ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user