mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-26 21:12:50 -06:00
resource examples
This commit is contained in:
21
doc/tutorial/applications/CommentsI.gf
Normal file
21
doc/tutorial/applications/CommentsI.gf
Normal file
@@ -0,0 +1,21 @@
|
||||
--# -path=.:prelude
|
||||
|
||||
incomplete concrete CommentsI of Comments = open Syntax in {
|
||||
|
||||
lincat
|
||||
S = Syntax.S ;
|
||||
Quality = AP ;
|
||||
Kind = CN ;
|
||||
Item = NP ;
|
||||
|
||||
lin
|
||||
Is item quality = PosVP item (PredAP quality) ;
|
||||
This = DetCN this_Det ;
|
||||
That = DetCN that_Det ;
|
||||
These = DetCN these_Det ;
|
||||
Those = DetCN those_Det ;
|
||||
QKind = ModCN ;
|
||||
Very = AdAP very_AdA ;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user