mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
gf-book web page index and toc
This commit is contained in:
15
gf-book/examples/chapter4/CommentsI.gf
Normal file
15
gf-book/examples/chapter4/CommentsI.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
incomplete concrete CommentsI of Comments = open Syntax in {
|
||||
lincat
|
||||
Comment = Cl ;
|
||||
Item = NP ;
|
||||
Kind = CN ;
|
||||
Quality = AP ;
|
||||
lin
|
||||
Pred item quality = mkCl item quality ;
|
||||
This kind = mkNP this_QuantSg kind ;
|
||||
That kind = mkNP that_QuantSg kind ;
|
||||
These kind = mkNP these_QuantPl kind ;
|
||||
Those kind = mkNP those_QuantPl kind ;
|
||||
Mod quality kind = mkCN quality kind ;
|
||||
Very quality = mkAP very_AdA quality ;
|
||||
}
|
||||
Reference in New Issue
Block a user