resource examples

This commit is contained in:
aarne
2005-12-19 16:31:40 +00:00
parent 7878cd5e0a
commit bfbe2e3d47
19 changed files with 1040 additions and 207 deletions

View 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 ;
}