summaryrefslogtreecommitdiff
path: root/src/GF/Canon/GFCC/doc/Swe.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-10-02 15:40:15 +0000
committeraarne <aarne@cs.chalmers.se>2006-10-02 15:40:15 +0000
commitc8a92c74d06ccc6abef31f259da1aed2335e6d02 (patch)
tree16e75f94c75b6b3f4041ff3a2d2e18cc5febe82c /src/GF/Canon/GFCC/doc/Swe.gf
parent537cacb36ed2906b3d3cf80ccd4b0b537145439a (diff)
started documentation of gfcc
Diffstat (limited to 'src/GF/Canon/GFCC/doc/Swe.gf')
-rw-r--r--src/GF/Canon/GFCC/doc/Swe.gf13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/GF/Canon/GFCC/doc/Swe.gf b/src/GF/Canon/GFCC/doc/Swe.gf
new file mode 100644
index 000000000..1d6672371
--- /dev/null
+++ b/src/GF/Canon/GFCC/doc/Swe.gf
@@ -0,0 +1,13 @@
+concrete Swe of Ex = {
+ lincat
+ S = {s : Str} ;
+ NP = {s : Str} ;
+ VP = {s : Str} ;
+ param
+ Num = Sg | Pl ;
+ lin
+ Pred np vp = {s = np.s ++ vp.s} ;
+ She = {s = "hon"} ;
+ They = {s = "de"} ;
+ Sleep = {s = "sover"} ;
+}