mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 08:32:50 -06:00
disambiguation in Phrasebook grammars, PGF server, and the GUI
This commit is contained in:
10
examples/phrasebook/DisambPhrasebookEng.gf
Normal file
10
examples/phrasebook/DisambPhrasebookEng.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
--# -path=.:present
|
||||
|
||||
concrete DisambPhrasebookEng of Phrasebook = PhrasebookEng - [Polite,Familiar] **
|
||||
open
|
||||
(R = Roles) in {
|
||||
lin
|
||||
Polite = {s = "(polite)" ; p = R.PPolite} ;
|
||||
Familiar = {s = "(familiar)" ; p = R.PFamiliar} ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user