summaryrefslogtreecommitdiff
path: root/doc/tutorial/applications/CommentsI.gf
blob: d21150ff05ffff0c89137e426dd57ef473090217 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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 ;

}